From 0319cf5c54c87dd52399d9f5c313b233ab153508 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jan 2014 13:25:36 +0100 Subject: [PATCH] cubieboard2-uboot: switch to machid=0x10bb (0xf35 wasn't valid). --- srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd | 2 +- srcpkgs/cubieboard2-uboot/files/cubieboard2.env | 2 +- srcpkgs/cubieboard2-uboot/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd b/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd index b7729f6e47..3ba7c6a3be 100644 --- a/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd +++ b/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd @@ -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 diff --git a/srcpkgs/cubieboard2-uboot/files/cubieboard2.env b/srcpkgs/cubieboard2-uboot/files/cubieboard2.env index 5c5029a9c3..5cc9dd2d71 100644 --- a/srcpkgs/cubieboard2-uboot/files/cubieboard2.env +++ b/srcpkgs/cubieboard2-uboot/files/cubieboard2.env @@ -1 +1 @@ -machid=0xf35 +machid=0x10bb diff --git a/srcpkgs/cubieboard2-uboot/template b/srcpkgs/cubieboard2-uboot/template index 8ad47bb510..082172602a 100644 --- a/srcpkgs/cubieboard2-uboot/template +++ b/srcpkgs/cubieboard2-uboot/template @@ -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"