summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx8mq.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 18:17:30 +0300
committerTom Rini <trini@konsulko.com>2020-07-28 23:18:10 +0300
commitacc415ac60d1741a3b1496ab1d3e58232bac6174 (patch)
treef51253cbd8a376aaf64920e002b788c3924467e3 /include/configs/pico-imx8mq.h
parent6a411dd0d25f81301b30cb54a359acbfaa751591 (diff)
downloadu-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.tar.xz
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/pico-imx8mq.h')
-rw-r--r--include/configs/pico-imx8mq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx8mq.h b/include/configs/pico-imx8mq.h
index af4e61eab5..85807ff3b6 100644
--- a/include/configs/pico-imx8mq.h
+++ b/include/configs/pico-imx8mq.h
@@ -13,7 +13,6 @@
#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300
-#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
#ifdef CONFIG_SPL_BUILD
/*#define CONFIG_ENABLE_DDR_TRAINING_DEBUG*/