mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
apalis_imx6: fix set_emmcargs wrapper
Fix set_emmcargs wrapper, which prepares proper bootargs for booting from eMMC. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by: Philippe Schenker <philippe.schenker@toradex.com>
This commit is contained in:
parent
2c72ead738
commit
936675c6f4
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@
|
|||
"imx6q-apalis-cam-eval.dtb fat 0 1"
|
||||
|
||||
#define EMMC_BOOTCMD \
|
||||
"set_emmcargs emmcargs ip=off root=PARTUUID=${uuid} ro,noatime " \
|
||||
"rootfstype=ext4 rootwait\0" \
|
||||
"set_emmcargs=setenv emmcargs ip=off root=PARTUUID=${uuid} " \
|
||||
"ro,noatime rootfstype=ext4 rootwait\0" \
|
||||
"emmcboot=run setup; run emmcfinduuid; run set_emmcargs; " \
|
||||
"setenv bootargs ${defargs} ${emmcargs} ${setupargs} " \
|
||||
"${vidargs}; echo Booting from internal eMMC chip...; " \
|
||||
|
|
Loading…
Reference in a new issue