projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea5c6e
)
devkit8000: Fix build break
author
Sandeep Paulraj
<s-paulraj@ti.com>
Fri, 16 Sep 2011 16:35:00 +0000
(12:35 -0400)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 30 Sep 2011 20:00:55 +0000
(22:00 +0200)
Found a build erros when i ran MAKEALL.
So fix it.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/omap_common.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/omap_common.h
b/arch/arm/include/asm/omap_common.h
index
015cede
..
66d6b71
100644
(file)
--- 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