diff options
Diffstat (limited to 'include/configs/rk3188_common.h')
-rw-r--r-- | include/configs/rk3188_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 9ab5502422..6a32b02cc1 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -26,9 +26,6 @@ #ifdef CONFIG_SPL_ROCKCHIP_BACK_TO_BROM /* Bootrom will load u-boot binary to 0x60000000 once return from SPL */ -#define CONFIG_SYS_TEXT_BASE 0x60000000 -#else -#define CONFIG_SYS_TEXT_BASE 0x60100000 #endif #define CONFIG_SYS_INIT_SP_ADDR 0x60100000 #define CONFIG_SYS_LOAD_ADDR 0x60800800 |