Re: [U-Boot] [PATCH v4 1/4] ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX

2011-04-19 Thread Paulraj, Sandeep
> > CONFIG_OMAP34XX must be checked for existence, not value. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > Cc: Albert Aribaud > Cc: Sandeep Paulraj > --- Thanks Pushed to u-boot-ti ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

[U-Boot] [PATCH v4 1/4] ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX

2011-04-15 Thread Luca Ceresoli
CONFIG_OMAP34XX must be checked for existence, not value. Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk Cc: Albert Aribaud Cc: Sandeep Paulraj --- Changes in v2: - this patch is new in v2. Changes in v3: none. Changes in v4: none. arch/arm/cpu/armv7/start.S |2 +- 1 files changed, 1