aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-29 09:34:42 -0400
committerTom Rini <trini@konsulko.com>2022-05-29 12:54:51 -0400
commitc918063e9303a759544e779311b1e53c32fcff9b (patch)
treef7cdc1606d6157000d980ed5f096059487eb8d07
parent3ed7d1c8c9d7522770a15cba7d50a1df4e1dc11d (diff)
downloadu-boot-c918063e9303a759544e779311b1e53c32fcff9b.zip
u-boot-c918063e9303a759544e779311b1e53c32fcff9b.tar.gz
u-boot-c918063e9303a759544e779311b1e53c32fcff9b.tar.bz2
riotboard, syzygy_hub: Disable SPL_FALCON_BOOT_MMCSD
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@konsulko.com>
-rw-r--r--configs/riotboard_defconfig2
-rw-r--r--configs/syzygy_hub_defconfig2
2 files changed, 0 insertions, 4 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index 924254c..a2ef618 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 d632cb8..31a5500 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