diff options
author | York Sun <york.sun@nxp.com> | 2016-11-23 09:08:47 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 10:39:41 -0800 |
commit | f9dd8553f31817353f2a04385a1a0909df9670e4 (patch) | |
tree | da0272219a8a03d6358f1e3c26d7a4bc45659eb8 /include | |
parent | 3db86f4bbd7a723421c8c9bf9bd09d58e17e9736 (diff) |
armv7: ls1021aiot: Fixing SPL compiling issues
To align with SPL change 38fed8ab and 693d4c9f, add Kconfig option
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to defconfig, and remove
CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS.
Signed-off-by: York Sun <york.sun@nxp.com>
CC: Feng Li <feng.li_2@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1021aiot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 182a003603..7af4bc41dc 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -96,7 +96,6 @@ #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_MMC_SUPPORT #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0xe8 -#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x400 #define CONFIG_SPL_TEXT_BASE 0x10000000 #define CONFIG_SPL_MAX_SIZE 0x1a000 |