summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image/redbootscript.template
blob: a007c849cfbd644a4570ea260b0d4133fb55905c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fis init -f

fconfig boot_script true
fconfig boot_script_data
fis load -b %loadaddr -d kernel
exec -c "noinitrd" %loadaddr


fconfig boot_script_timeout 20

fis create -o 0x1000 -f 0xBE430000 -l %kernellen kernel

fis create -o %offset2 -s %rootfsdatalen -f %rootfsaddr -l %rootfslen rootfs

reset