diff options
Diffstat (limited to 'include/configs/imx6_spl.h')
-rw-r--r-- | include/configs/imx6_spl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index dd481205f3..5ea7b60541 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -61,13 +61,11 @@ #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */ #define CONFIG_SYS_SPL_MALLOC_START 0x88300000 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */ -#define CONFIG_SYS_TEXT_BASE 0x87800000 #else #define CONFIG_SPL_BSS_START_ADDR 0x18200000 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */ #define CONFIG_SYS_SPL_MALLOC_START 0x18300000 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */ -#define CONFIG_SYS_TEXT_BASE 0x17800000 #endif #endif |