We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25435c6 commit 998f4caCopy full SHA for 998f4ca
board/logicpd/zoom2/config.mk
@@ -30,4 +30,4 @@
30
# (mem base + reserved)
31
32
# For use with external or internal boots.
33
-CONFIG_SYS_TEXT_BASE = 0x80e80000
+CONFIG_SYS_TEXT_BASE = 0x80008000
include/configs/omap3_zoom2.h
@@ -188,6 +188,12 @@
188
#define CONFIG_EXTRA_ENV_SETTINGS \
189
"usbtty=cdc_acm\0" \
190
191
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
192
+#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
193
+#define CONFIG_SYS_INIT_RAM_SIZE 0x800
194
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
195
+ CONFIG_SYS_INIT_RAM_SIZE - \
196
+ GENERATED_GBL_DATA_SIZE)
197
/*
198
* Miscellaneous configurable options
199
*/
0 commit comments