From b98b8b57ee9d432e7f50a794238584c601870ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Sat, 15 Nov 2025 14:46:24 +0100 Subject: [PATCH] bpi-r3: uboot: add extra eMMC commands expose mmc bootpart e.g. --- board/aarch64/bananapi-bpi-r3/uboot/emmc-extras.config | 1 + 1 file changed, 1 insertion(+) diff --git a/board/aarch64/bananapi-bpi-r3/uboot/emmc-extras.config b/board/aarch64/bananapi-bpi-r3/uboot/emmc-extras.config index 6a411124..f9197ae1 100644 --- a/board/aarch64/bananapi-bpi-r3/uboot/emmc-extras.config +++ b/board/aarch64/bananapi-bpi-r3/uboot/emmc-extras.config @@ -1,2 +1,3 @@ CONFIG_DEVICE_TREE_INCLUDES="infix-env.dtsi infix-key.dtsi mt7986-emmc-env.dtsi" BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="BOOT_DEVICE=emmc DRAM_USE_DDR4=1 USE_MKIMAGE=1 MKIMAGE=$(HOST_DIR)/bin/mkimage" +CONFIG_SUPPORT_EMMC_BOOT=y