Re: [U-Boot] [PATCH 1/3] pci: Option rom class is a 24-bit number

2015-04-25 Thread Simon Glass
On 24 April 2015 at 21:54, Simon Glass wrote: > On 24 April 2015 at 01:48, Bin Meng wrote: >> We should pass a u32 class number to pci_rom_probe() instead of a u16. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/pci/pci_rom.c | 20 +++- >> 1 file changed, 11 insertions(+), 9

Re: [U-Boot] [PATCH 1/3] pci: Option rom class is a 24-bit number

2015-04-24 Thread Simon Glass
On 24 April 2015 at 01:48, Bin Meng wrote: > We should pass a u32 class number to pci_rom_probe() instead of a u16. > > Signed-off-by: Bin Meng > --- > > drivers/pci/pci_rom.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) Acked-by: Simon Glass __

[U-Boot] [PATCH 1/3] pci: Option rom class is a 24-bit number

2015-04-24 Thread Bin Meng
We should pass a u32 class number to pci_rom_probe() instead of a u16. Signed-off-by: Bin Meng --- drivers/pci/pci_rom.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 48c0a77..49c118d 100644 --- a/dr

Re: [U-Boot] [PATCH 1/3] pci: Option rom class is a 24-bit number

2015-04-24 Thread Simon Glass
On 24 April 2015 at 01:48, Bin Meng wrote: > We should pass a u32 class number to pci_rom_probe() instead of a u16. > > Signed-off-by: Bin Meng > --- > > drivers/pci/pci_rom.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) Acked-by: Simon Glass __