Re: [U-Boot] [PATCH] Error : Not finding asm/arch/gpio.h

2011-08-25 Thread Mike Frysinger
On Thursday, August 25, 2011 02:29:12 Faisal H wrote: > While building with omap3_beagle_config configuration, > getting an error about not finding asm/arch/gpio.h (which does not exist). > Found that header files are moved to arch/arm/include/asm/arch-. > Fixed the includes to find the file.. NAK

Re: [U-Boot] [PATCH] Error : Not finding asm/arch/gpio.h

2011-08-25 Thread Stefano Babic
On 08/25/2011 08:29 AM, Faisal H wrote: > While building with omap3_beagle_config configuration, > getting an error about not finding asm/arch/gpio.h (which does not exist). > Found that header files are moved to arch/arm/include/asm/arch-. "make _config" sets a link for asm/arch to arch/arm/inclu

Re: [U-Boot] [PATCH] Error : Not finding asm/arch/gpio.h

2011-08-24 Thread Wolfgang Denk
Dear Faisal H, In message you wrote: > While building with omap3_beagle_config configuration, > getting an error about not finding asm/arch/gpio.h (which does not exist). > Found that header files are moved to arch/arm/include/asm/arch-. > Fixed the includes to find the file.. > > Signed-off-by

[U-Boot] [PATCH] Error : Not finding asm/arch/gpio.h

2011-08-24 Thread Faisal H
While building with omap3_beagle_config configuration, getting an error about not finding asm/arch/gpio.h (which does not exist). Found that header files are moved to arch/arm/include/asm/arch-. Fixed the includes to find the file.. Signed-off-by: Faisal Hassan Cc: Wolfgang Denk --- a/board/cm-b