]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: beacon-rzg2m: Config to address new aliases
authorAdam Ford <aford173@gmail.com>
Mon, 6 Dec 2021 16:29:30 +0000 (10:29 -0600)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 12 Dec 2021 23:37:28 +0000 (00:37 +0100)
The resync of the device trees from Linux 5.16-rc3 caused aliases
to appear on the MMC devices which changed the numbering.
This changed the default boot device and caused boot failure.
Update the mmcdev variable to reflect the new aliases.

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/beacon-rzg2m.h

index 18d442e06a61295abec1e0ba634725d3b48e0352..14d6df328a74d249ca6ee8e0d1f3c6fa6661146a 100644 (file)
@@ -23,7 +23,7 @@
        "boot_fdt=try\0" \
        "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
        "initrd_addr=0x43800000\0"              \
-       "mmcdev=0\0" \
+       "mmcdev=1\0" \
        "mmcpart=1\0" \
        "mmcrootpart=2\0" \
        "finduuid=part uuid mmc ${mmcdev}:${mmcrootpart} uuid\0" \