From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 17 Sep 2011 08:56:33 +0200 Subject: [U-Boot] [PATCH] devkit8000: Fix build break In-Reply-To: References: <1316191377-31718-1-git-send-email-s-paulraj@ti.com> Message-ID: <4E7444A1.9060306@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 17/09/2011 00:59, Tom Rini a ?crit : > On Fri, Sep 16, 2011 at 9:42 AM, wrote: >> From: Sandeep Paulraj >> >> Found a build erros when i ran MAKEALL. >> So fix it. >> >> >> Signed-off-by: Sandeep Paulraj >> --- >> arch/arm/include/asm/omap_common.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h >> index 015cede..66d6b71 100644 >> --- a/arch/arm/include/asm/omap_common.h >> +++ b/arch/arm/include/asm/omap_common.h >> @@ -45,7 +45,7 @@ void preloader_console_init(void); >> #define BOOT_DEVICE_ONE_NAND 4 >> #define BOOT_DEVICE_MMC1 5 >> #define BOOT_DEVICE_MMC2 6 >> -#elif CONFIG_OMAP34XX /* OMAP3 */ >> +#elif defined(CONFIG_OMAP34XX) /* OMAP3 */ >> #define BOOT_DEVICE_NONE 0 >> #define BOOT_DEVICE_XIP 1 >> #define BOOT_DEVICE_NAND 2 > > I believe this only exists with the SPL patches merged which I thought > was only in your next branch atm... Confirm, from current u-boot-arm/master: uboot at lilith:~/src/u-boot-arm$ ./MAKEALL devkit8000 Configuring for devkit8000 board... text data bss dec hex filename 277200 7540 216140 500880 7a490 ./u-boot --------------------- SUMMARY ---------------------------- Boards compiled: 1 ---------------------------------------------------------- uboot at lilith:~/src/u-boot-arm$ Amicalement, -- Albert.