Commit 46a14a6383a70ce713143f2781ad60373d257f65

Authored by Tom Rini
1 parent 67055bee25

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: Tom Rini <trini@konsulko.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/am43xx_evm.h
... ... @@ -42,7 +42,7 @@
42 42 #define CONFIG_POWER_TPS62362
43 43  
44 44 /* SPL defines. */
45   -#define CONFIG_SPL_TEXT_BASE 0x40300350
  45 +#define CONFIG_SPL_TEXT_BASE 0x402F4000
46 46 #define CONFIG_SPL_MAX_SIZE (220 << 10) /* 220KB */
47 47 #define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \
48 48 (128 << 20))