diff options
Diffstat (limited to 'include/configs/tao3530.h')
-rw-r--r-- | include/configs/tao3530.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index eb89e56151..45318706b8 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -151,7 +151,6 @@ #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default */ /* load address */ -#define CONFIG_SYS_TEXT_BASE 0x80008000 /* * OMAP3 has 12 GP timers, they can be driven by the system clock @@ -243,7 +242,6 @@ * older x-loader implementations. And move the BSS area so that it * doesn't overlap with TEXT_BASE. */ -#define CONFIG_SYS_TEXT_BASE 0x80008000 #define CONFIG_SPL_BSS_START_ADDR 0x80100000 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */ |