mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
ARM: uniphier: add CONFIG_PREBOOT
For more boot-flow flexibility, Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
9f9edb6fe3
commit
ce480791f7
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@
|
|||
"third_image=u-boot.bin\0"
|
||||
#endif
|
||||
|
||||
#define CONFIG_PREBOOT "env exist ${bootdev}preboot && run ${bootdev}preboot"
|
||||
|
||||
#define CONFIG_ROOTPATH "/nfs/root/path"
|
||||
#define CONFIG_NFSBOOTCOMMAND \
|
||||
"setenv bootargs $bootargs root=/dev/nfs rw " \
|
||||
|
|
Loading…
Reference in a new issue