diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 10:17:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | acc415ac60d1741a3b1496ab1d3e58232bac6174 (patch) | |
tree | f51253cbd8a376aaf64920e002b788c3924467e3 /include/configs/rk3128_common.h | |
parent | 6a411dd0d25f81301b30cb54a359acbfaa751591 (diff) | |
download | u-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.tar.gz |
Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MMCSD_FS_BOOT_PARTITION
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/rk3128_common.h')
-rw-r--r-- | include/configs/rk3128_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3128_common.h b/include/configs/rk3128_common.h index 8f1d508b8c..7c064a0704 100644 --- a/include/configs/rk3128_common.h +++ b/include/configs/rk3128_common.h @@ -26,7 +26,6 @@ /* RAW SD card / eMMC locations. */ -#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SYS_SDRAM_BASE 0x60000000 #define SDRAM_MAX_SIZE 0x80000000 |