diff options
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r-- | include/configs/ls1043aqds.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index a7f78f46ae..685bbc2bb1 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -9,14 +9,6 @@ #include "ls1043a_common.h" -#if defined(CONFIG_NAND_BOOT) || defined(CONFIG_SD_BOOT) -#define CONFIG_SYS_TEXT_BASE 0x82000000 -#elif defined(CONFIG_QSPI_BOOT) -#define CONFIG_SYS_TEXT_BASE 0x40100000 -#else -#define CONFIG_SYS_TEXT_BASE 0x60100000 -#endif - #ifndef __ASSEMBLY__ unsigned long get_board_sys_clk(void); unsigned long get_board_ddr_clk(void); |