Pieter Smith | 80ba935 | 2017-03-28 21:35:37 +0200 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | global.bootm.image=/boot/zImage | ||||
4 | |||||
5 | # Default to using the barebox built-in dtb | ||||
6 | # global.bootm.oftree=/boot/oftree | ||||
7 | |||||
8 | # No initrd | ||||
9 | # global.bootm.initrd=<path to initrd> | ||||
10 | |||||
11 | global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" |