cubieboard2-uboot: switch to machid=0x10bb (0xf35 wasn't valid).

This commit is contained in:
Juan RP 2014-01-26 13:25:36 +01:00
parent bd1a6835fe
commit 0319cf5c54
3 changed files with 3 additions and 3 deletions

View file

@ -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 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
bootm 0x48000000
setenv machid 0x00000f35
setenv machid 0x10bb

View file

@ -1 +1 @@
machid=0xf35
machid=0x10bb

View file

@ -1,7 +1,7 @@
# Template file for 'cubieboard2-uboot'
pkgname=cubieboard2-uboot
version=v2013.10
revision=4
revision=5
wrksrc="u-boot-sunxi-${version/v/}-sunxi"
hostmakedepends="sunxi-tools uboot-mkimage"
short_desc="Cubieboard2 U-Boot files for SD booting"