cubieboard2-uboot: switch to machid=0x10bb (0xf35 wasn't valid).
This commit is contained in:
parent
bd1a6835fe
commit
0319cf5c54
|
@ -2,4 +2,4 @@ setenv bootargs console=ttyS0,115200 console=tty0 root=/dev/mmcblk0p2 rw rootwai
|
||||||
fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
|
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
|
fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
|
||||||
bootm 0x48000000
|
bootm 0x48000000
|
||||||
setenv machid 0x00000f35
|
setenv machid 0x10bb
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
machid=0xf35
|
machid=0x10bb
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cubieboard2-uboot'
|
# Template file for 'cubieboard2-uboot'
|
||||||
pkgname=cubieboard2-uboot
|
pkgname=cubieboard2-uboot
|
||||||
version=v2013.10
|
version=v2013.10
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="u-boot-sunxi-${version/v/}-sunxi"
|
wrksrc="u-boot-sunxi-${version/v/}-sunxi"
|
||||||
hostmakedepends="sunxi-tools uboot-mkimage"
|
hostmakedepends="sunxi-tools uboot-mkimage"
|
||||||
short_desc="Cubieboard2 U-Boot files for SD booting"
|
short_desc="Cubieboard2 U-Boot files for SD booting"
|
||||||
|
|
Loading…
Reference in New Issue