brcm47xx: add patches for kernel 4.0
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / image / redbootscript.template
1 fis init -f
2
3 fconfig boot_script true
4 fconfig boot_script_data
5 fis load -b %loadaddr -d kernel
6 exec -c "noinitrd" %loadaddr
7
8
9 fconfig boot_script_timeout 20
10
11 fis create -o 0x1000 -f 0xBE430000 -l %kernellen kernel
12
13 fis create -o %offset2 -s %rootfsdatalen -f %rootfsaddr -l %rootfslen rootfs
14
15 reset