diff mbox series

[U-Boot] ARM: da850-evm: Disable SYS_MMCSD_RAW_MODE_USE_SECTOR

Message ID 20191113134200.28717-1-aford173@gmail.com
State Accepted
Commit 81b564353dfbe1360649292b719c8099403e1b28
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: da850-evm: Disable SYS_MMCSD_RAW_MODE_USE_SECTOR | expand

Commit Message

Adam Ford Nov. 13, 2019, 1:42 p.m. UTC
The da850-evm doesn't have the boot pins configured in a way
to make MMC/SD booting an option, and MMC/SD support is not
enabled in SPL.  Therefore, there is no need to support raw mode
mmc/sd support in SPL.

This patch disables CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini Dec. 5, 2019, 10:09 p.m. UTC | #1
On Wed, Nov 13, 2019 at 07:42:00AM -0600, Adam Ford wrote:

> The da850-evm doesn't have the boot pins configured in a way
> to make MMC/SD booting an option, and MMC/SD support is not
> enabled in SPL.  Therefore, there is no need to support raw mode
> mmc/sd support in SPL.
> 
> This patch disables CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
> index 4ff08e7d44..ed4a8609af 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index 4ff08e7d44..ed4a8609af 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -23,6 +23,7 @@  CONFIG_VERSION_VARIABLE=y
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_SEPARATE_BSS=y
+# CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x8000
 CONFIG_HUSH_PARSER=y
diff --git a/configs/da850evm_nand_defconfig b/configs/da850evm_nand_defconfig
index b1f11deab8..b4e9f25bfe 100644
--- a/configs/da850evm_nand_defconfig
+++ b/configs/da850evm_nand_defconfig
@@ -21,6 +21,7 @@  CONFIG_VERSION_VARIABLE=y
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_SEPARATE_BSS=y
+# CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set
 CONFIG_SPL_NAND_SUPPORT=y
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x8000