[PATCH 20/20] riotboard, syzygy_hub: Disable SPL_FALCON_BOOT_MMCSD

Tom Rini trini at konsulko.com
Sun May 29 18:55:21 CEST 2022


Looking at the git history and values used for the raw kernel/args
location, it's clear these platforms only ever did Falcon Mode via
filesystem images and not raw MMC/SD locations.  Disable
CONFIG_SPL_FALCON_BOOT_MMCSD.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/riotboard_defconfig  | 2 --
 configs/syzygy_hub_defconfig | 2 --
 2 files changed, 4 deletions(-)

diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index 924254cbb978..a2ef6187f827 100644
--- a/configs/riotboard_defconfig
+++ b/configs/riotboard_defconfig
@@ -34,8 +34,6 @@ CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot-dtb.img"
 CONFIG_SPL_FS_LOAD_ARGS_NAME="imx6dl-riotboard.dtb"
 CONFIG_SPL_OS_BOOT=y
 CONFIG_SYS_SPL_ARGS_ADDR=0x13000000
-CONFIG_SPL_FALCON_BOOT_MMCSD=y
-CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x0
 CONFIG_SYS_MAXARGS=32
 CONFIG_SYS_PBSIZE=532
 CONFIG_CMD_GPIO=y
diff --git a/configs/syzygy_hub_defconfig b/configs/syzygy_hub_defconfig
index d632cb86a258..31a550031dae 100644
--- a/configs/syzygy_hub_defconfig
+++ b/configs/syzygy_hub_defconfig
@@ -37,8 +37,6 @@ CONFIG_SYS_SPL_MALLOC_SIZE=0x2000000
 CONFIG_SPL_FS_LOAD_ARGS_NAME="system.dtb"
 CONFIG_SPL_OS_BOOT=y
 CONFIG_SYS_SPL_ARGS_ADDR=0x10000000
-CONFIG_SPL_FALCON_BOOT_MMCSD=y
-CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x0
 CONFIG_SYS_MAXARGS=32
 CONFIG_SYS_PBSIZE=2071
 CONFIG_CMD_FPGA_LOADBP=y
-- 
2.25.1



More information about the U-Boot mailing list