diff mbox series

arm64: zynqmp: Enable EMMC boot

Message ID 921c783f49e09581958cfdbdf67fd4229a316413.1601375987.git.michal.simek@xilinx.com
State Accepted
Commit b9ac6c0820e6b5d953b847bfa0a217273a1ec7f2
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Enable EMMC boot | expand

Commit Message

Michal Simek Sept. 29, 2020, 10:39 a.m. UTC
Enable EMMC boot commands to be able to change EMMC setup.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_versal_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Simek Oct. 27, 2020, 7:11 a.m. UTC | #1
Ășt 29. 9. 2020 v 12:39 odesĂ­latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Enable EMMC boot commands to be able to change EMMC setup.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_versal_virt_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
> index 6f3ca9cb5af4..b3c615f3ce84 100644
> --- a/configs/xilinx_versal_virt_defconfig
> +++ b/configs/xilinx_versal_virt_defconfig
> @@ -52,6 +52,7 @@ CONFIG_MISC=y
>  CONFIG_I2C_EEPROM=y
>  CONFIG_SYS_I2C_EEPROM_ADDR=0x0
>  CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0
> +CONFIG_SUPPORT_EMMC_BOOT=y
>  CONFIG_MMC_IO_VOLTAGE=y
>  CONFIG_MMC_UHS_SUPPORT=y
>  CONFIG_MMC_HS400_SUPPORT=y
> --
> 2.28.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 6f3ca9cb5af4..b3c615f3ce84 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -52,6 +52,7 @@  CONFIG_MISC=y
 CONFIG_I2C_EEPROM=y
 CONFIG_SYS_I2C_EEPROM_ADDR=0x0
 CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0
+CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_MMC_IO_VOLTAGE=y
 CONFIG_MMC_UHS_SUPPORT=y
 CONFIG_MMC_HS400_SUPPORT=y