Initial commit
This commit is contained in:
10
target/linux/mvebu/image/armada-macchiatobin.bootscript
Normal file
10
target/linux/mvebu/image/armada-macchiatobin.bootscript
Normal file
@@ -0,0 +1,10 @@
|
||||
setenv bootargs "root=PARTUUID=@ROOT@-02 rw rootwait"
|
||||
|
||||
if test -n "${console}"; then
|
||||
setenv bootargs "${bootargs} ${console}"
|
||||
fi
|
||||
|
||||
load mmc 1:1 ${fdt_addr} armada-8040-mcbin.dtb
|
||||
load mmc 1:1 ${kernel_addr} Image
|
||||
|
||||
booti ${kernel_addr} - ${fdt_addr}
|
||||
Reference in New Issue
Block a user