Skip to content
Snippets Groups Projects
Commit 46a14a63 authored by Tom Rini's avatar Tom Rini
Browse files

am43xx: Update CONFIG_SPL_TEXT_BASE


With 1.2 silicon this is now the documented starting usable point for
downloading images to (and corrects a problem with peripheral booting
with prior silicon).  Prior silicon is OK using this address as well.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
parent 67055bee
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
#define CONFIG_POWER_TPS62362
/* SPL defines. */
#define CONFIG_SPL_TEXT_BASE 0x40300350
#define CONFIG_SPL_TEXT_BASE 0x402F4000
#define CONFIG_SPL_MAX_SIZE (220 << 10) /* 220KB */
#define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \
(128 << 20))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment