aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-08-29 11:27:54 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-28 02:47:37 +0100
commit17551073472db8f3673fda61768d377ef8b8833e (patch)
tree1ac946fe47c946eebb35bfca928a9ace390039f0 /configs
parent07c7267d4b0892a8b50bfcf8646d8ec80322252f (diff)
downloadu-boot-midas-17551073472db8f3673fda61768d377ef8b8833e.tar.gz
u-boot-midas-17551073472db8f3673fda61768d377ef8b8833e.tar.bz2
u-boot-midas-17551073472db8f3673fda61768d377ef8b8833e.zip
Enable full access to the eMMC
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/midas_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/midas_defconfig b/configs/midas_defconfig
index 9e09ec9a49..9726c89ac6 100644
--- a/configs/midas_defconfig
+++ b/configs/midas_defconfig
@@ -465,8 +465,8 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_LOADB=y
CONFIG_CMD_LOADS=y
CONFIG_CMD_MMC=y
-# CONFIG_CMD_MMC_RPMB is not set
-# CONFIG_CMD_MMC_SWRITE is not set
+CONFIG_CMD_MMC_RPMB=y
+CONFIG_CMD_MMC_SWRITE=y
# CONFIG_CMD_NAND is not set
# CONFIG_CMD_MMC_SPI is not set
# CONFIG_CMD_ONENAND is not set
@@ -843,8 +843,8 @@ CONFIG_MMC_WRITE=y
CONFIG_DM_MMC=y
# CONFIG_ARM_PL180_MMCI is not set
CONFIG_MMC_QUIRKS=y
-# CONFIG_MMC_HW_PARTITIONING is not set
-# CONFIG_SUPPORT_EMMC_RPMB is not set
+CONFIG_MMC_HW_PARTITIONING=y
+CONFIG_SUPPORT_EMMC_RPMB=y
# CONFIG_MMC_IO_VOLTAGE is not set
# CONFIG_SPL_MMC_IO_VOLTAGE is not set
# CONFIG_MMC_HS200_SUPPORT is not set