hancock: fix and increase bootp timeout
This commit is contained in:
parent
a3d404c7d9
commit
7227528d40
|
|
@ -87,10 +87,9 @@
|
||||||
"kernel_addr_r=" KERNEL_ADDR "\0" \
|
"kernel_addr_r=" KERNEL_ADDR "\0" \
|
||||||
"ramdisk_addr_r=" LOAD_ADDR "\0" \
|
"ramdisk_addr_r=" LOAD_ADDR "\0" \
|
||||||
"initrd_high=" INIT_RD_ADDR "\0" \
|
"initrd_high=" INIT_RD_ADDR "\0" \
|
||||||
"bootpretryperiod=1000\0" \
|
|
||||||
"tftptimeout=2000\0" \
|
"tftptimeout=2000\0" \
|
||||||
"tftptimeoutcountmax=5\0" \
|
"tftptimeoutcountmax=5\0" \
|
||||||
"bootpretryperiod=2000\0" \
|
"bootpretryperiod=5000\0" \
|
||||||
"autoload=false\0" \
|
"autoload=false\0" \
|
||||||
"tftp_recovery=tftpboot $kernel_addr recovery-image; tftpboot $fdt_addr recovery-dtb; " \
|
"tftp_recovery=tftpboot $kernel_addr recovery-image; tftpboot $fdt_addr recovery-dtb; " \
|
||||||
"setenv bootargs rdinit=/etc/preinit console=$defaultconsole,115200 " \
|
"setenv bootargs rdinit=/etc/preinit console=$defaultconsole,115200 " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue