mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
imx: ventana: use mmc_root in boot scripts
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
65da5c3b65
commit
79942c4ffc
1 changed files with 2 additions and 2 deletions
|
@ -296,14 +296,14 @@
|
|||
"fi\0" \
|
||||
\
|
||||
"uimage=uImage\0" \
|
||||
"mmc_root=/dev/mmcblk0p1 rootfstype=${fs} rootwait rw\0" \
|
||||
"mmc_root=mmcblk0p1\0" \
|
||||
"mmc_boot=" \
|
||||
"setenv fsload \"${fs}load mmc ${disk}:${part}\"; " \
|
||||
"mmc dev ${disk} && mmc rescan && " \
|
||||
"setenv dtype mmc; run loadscript; " \
|
||||
"if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
|
||||
"setenv bootargs console=${console},${baudrate} " \
|
||||
"root=/dev/mmcblk0p1 rootfstype=${fs} " \
|
||||
"root=/dev/${mmc_root} rootfstype=${fs} " \
|
||||
"rootwait rw ${video} ${extra}; " \
|
||||
"if run loadfdt; then " \
|
||||
"bootm ${loadaddr} - ${fdt_addr}; " \
|
||||
|
|
Loading…
Reference in a new issue