summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Ungar <david.ungar@timesys.com>2010-10-11 14:23:08 -0400
committerDavid Ungar <david.ungar@timesys.com>2010-10-11 14:23:08 -0400
commita1b30934acaf13cab1147d7955c9487d179c5cf0 (patch)
tree78a52f90003a5edec24df92f23bb7d2d834f2489 /include
parent33e8605c3fce3fded8a7b339c2b403c310fbbc7a (diff)
Logic PD product id information
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-omap3/omap3.h1
-rw-r--r--include/configs/omap3_logic.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/omap3.h b/include/asm-arm/arch-omap3/omap3.h
index 6459d992bd..8df6a83720 100644
--- a/include/asm-arm/arch-omap3/omap3.h
+++ b/include/asm-arm/arch-omap3/omap3.h
@@ -144,6 +144,7 @@ struct gpio {
#define SRAM_OFFSET2 0x0000F800
#define SRAM_VECT_CODE (SRAM_OFFSET0 | SRAM_OFFSET1 | \
SRAM_OFFSET2)
+#define SRAM_BASE (SRAM_OFFSET0|SRAM_OFFSET1)
#define LOW_LEVEL_SRAM_STACK 0x4020FFFC
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index f12e9a0c74..6033526dcf 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -54,6 +54,8 @@
#undef CONFIG_USE_IRQ /* no support for IRQs */
#define CONFIG_MISC_INIT_R
+#define BOARD_LATE_INIT
+
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
#define CONFIG_INITRD_TAG 1