cubieboard2-boot: sync kernel cmdline args with rpi.
This commit is contained in:
parent
4145e50375
commit
0997bf676d
|
@ -1,5 +1,5 @@
|
|||
setenv machid 0x10bb
|
||||
setenv bootargs console=ttyS0,115200 console=tty0 root=/dev/mmcblk0p2 rw rootwait panic=10 ${extra}
|
||||
setenv bootargs console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootwait loglevel=4 panic=10 ${extra}
|
||||
fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
|
||||
fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
|
||||
bootm 0x48000000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cubieboard2-uboot'
|
||||
pkgname=cubieboard2-uboot
|
||||
version=v2013.10
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="u-boot-sunxi-${version/v/}-sunxi"
|
||||
hostmakedepends="sunxi-tools uboot-mkimage"
|
||||
short_desc="Cubieboard2 U-Boot files for SD booting"
|
||||
|
|
Loading…
Reference in New Issue