mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
4b403821c6
Some SD cards take a while to get detected, fix booting of those. Signed-off-by: Andre Heider <a.heider@gmail.com>
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
bootpart=0:1
|
|
bootdir=/
|
|
bootfile=zImage
|
|
fdtdir=/dtbs
|
|
uenvcmd=run loadfdt; run loadimage; run uenvbootargs ; bootz ${loadaddr} - ${fdtaddr}
|
|
loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile}
|
|
devtype=mmc
|
|
uenvbootargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rootwait
|