Re: [U-Boot] [PATCH 5/8] dm: x86: Add a gpio header for coreboot

2014-10-23 Thread Simon Glass
On 10 October 2014 07:49, Simon Glass wrote: > This code doesn't follow the normal approach of having its arch-specific > definitions in an arch-specific directory. Add a new arch-specific file > and make use of it. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/arch-coreboot/gpio

[U-Boot] [PATCH 5/8] dm: x86: Add a gpio header for coreboot

2014-10-10 Thread Simon Glass
This code doesn't follow the normal approach of having its arch-specific definitions in an arch-specific directory. Add a new arch-specific file and make use of it. Signed-off-by: Simon Glass --- arch/x86/include/asm/arch-coreboot/gpio.h | 15 +++ arch/x86/include/asm/gpio.h