aboutsummaryrefslogtreecommitdiff
path: root/include/configs/beacon-rzg2m.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-12-06 10:29:30 -0600
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-12-13 00:37:28 +0100
commitd5f1beb058a48fb057d3a62dc751a19c1a3db279 (patch)
treedef425b777626e57cefce65c366afdcfda6507a0 /include/configs/beacon-rzg2m.h
parentdcbf1145e29651c4eed3e5fe892bd2067c478206 (diff)
downloadu-boot-d5f1beb058a48fb057d3a62dc751a19c1a3db279.zip
u-boot-d5f1beb058a48fb057d3a62dc751a19c1a3db279.tar.gz
u-boot-d5f1beb058a48fb057d3a62dc751a19c1a3db279.tar.bz2
configs: beacon-rzg2m: Config to address new aliases
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>
Diffstat (limited to 'include/configs/beacon-rzg2m.h')
-rw-r--r--include/configs/beacon-rzg2m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/beacon-rzg2m.h b/include/configs/beacon-rzg2m.h
index 18d442e..14d6df3 100644
--- a/include/configs/beacon-rzg2m.h
+++ b/include/configs/beacon-rzg2m.h
@@ -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" \