Support for eMMC boot partition is needed to boot from eMMCs, enable it. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/configs/k3-r5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/k3-r5_defconfig b/arch/arm/configs/k3-r5_defconfig index 59b3aa5a6e..df66bdef5a 100644 --- a/arch/arm/configs/k3-r5_defconfig +++ b/arch/arm/configs/k3-r5_defconfig @@ -30,6 +30,7 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DFU=y CONFIG_MCI=y # CONFIG_MCI_WRITE is not set +CONFIG_MCI_MMC_BOOT_PARTITIONS=y CONFIG_MCI_AM654=y # CONFIG_TI_SCI_CLK is not set CONFIG_MFD_SYSCON=y -- 2.39.5