]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/include/asm/arch-mxs/sys_proto.h
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-mxs / sys_proto.h
index 20ee863ac7e71124180d23c12e290b553213e0fa..17afd1b29e4f8d4d2c0870e0e71de4a53d277f5b 100644 (file)
@@ -85,7 +85,7 @@ static const struct mxs_pair mxs_boot_modes[] = {
 #define MXS_BM_SDMMC1_3V3              0x0a
 #define MXS_BM_SDMMC1_1V8              0x1a
 
-#define MXS_SPL_DATA ((struct mxs_spl_data *)(CONFIG_SYS_TEXT_BASE - 0x200))
+#define MXS_SPL_DATA ((struct mxs_spl_data *)(CONFIG_TEXT_BASE - 0x200))
 
 struct mxs_spl_data {
        uint8_t         boot_mode_idx;