aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sniper.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 10:17:30 -0500
committerTom Rini <trini@konsulko.com>2020-07-28 16:18:10 -0400
commitacc415ac60d1741a3b1496ab1d3e58232bac6174 (patch)
treef51253cbd8a376aaf64920e002b788c3924467e3 /include/configs/sniper.h
parent6a411dd0d25f81301b30cb54a359acbfaa751591 (diff)
downloadu-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.zip
u-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.tar.gz
u-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.tar.bz2
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/sniper.h')
-rw-r--r--include/configs/sniper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index 62e1405..4747e74 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -72,7 +72,6 @@
#define CONFIG_SYS_SPL_MALLOC_SIZE (1024 * 1024)
#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
-#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
#define CONFIG_SYS_CBSIZE 512