mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-22 07:01:24 +02:00
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>
This commit is contained in:
parent
dcbf1145e2
commit
d5f1beb058
@ -23,7 +23,7 @@
|
|||||||
"boot_fdt=try\0" \
|
"boot_fdt=try\0" \
|
||||||
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
|
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
|
||||||
"initrd_addr=0x43800000\0" \
|
"initrd_addr=0x43800000\0" \
|
||||||
"mmcdev=0\0" \
|
"mmcdev=1\0" \
|
||||||
"mmcpart=1\0" \
|
"mmcpart=1\0" \
|
||||||
"mmcrootpart=2\0" \
|
"mmcrootpart=2\0" \
|
||||||
"finduuid=part uuid mmc ${mmcdev}:${mmcrootpart} uuid\0" \
|
"finduuid=part uuid mmc ${mmcdev}:${mmcrootpart} uuid\0" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user