summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2011-09-16 12:35:00 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-30 22:00:55 +0200
commitd6cac9c83d22316d4eb59c7ae4f031e4dcc35842 (patch)
tree6a2fe91263937730cb7d1f54db9ad4facb46a6a4 /arch/arm/include/asm/omap_common.h
parent9ea5c6efd8cc2f799ee0dba303754911848231d0 (diff)
downloadtalos-obmc-uboot-d6cac9c83d22316d4eb59c7ae4f031e4dcc35842.tar.gz
talos-obmc-uboot-d6cac9c83d22316d4eb59c7ae4f031e4dcc35842.zip
devkit8000: Fix build break
Found a build erros when i ran MAKEALL. So fix it. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h2
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 015cede2f8..66d6b71c1a 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
OpenPOWER on IntegriCloud