mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
display5: config: factory: Setup IP config data according to LEG production setup
Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
13e012f7b5
commit
4864ba7f4a
1 changed files with 4 additions and 0 deletions
|
@ -278,6 +278,10 @@
|
|||
"download_kernel=" \
|
||||
"tftpboot ${loadaddr} ${kernel_file};\0" \
|
||||
"factory_nfs=" \
|
||||
"setenv ipaddr 192.168.1.102;" \
|
||||
"setenv gatewayip 192.168.1.1;" \
|
||||
"setenv netmask 255.255.255.0;" \
|
||||
"setenv serverip 192.168.1.2;" \
|
||||
"echo BOOT: FACTORY (LEG);" \
|
||||
"run boot_nfs\0" \
|
||||
"boot_kernel_recovery=" KERNEL_RECOVERY_PROCEDURE "\0" \
|
||||
|
|
Loading…
Reference in a new issue