mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/uboot-sunxi to 2014.04-6
This commit is contained in:
parent
c2f04af5d6
commit
0decda1f0c
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ pkgbase=uboot-sunxi
|
|||
pkgname=('uboot-cubieboard2' 'uboot-cubietruck' 'uboot-iteaduino_plus_a10' 'uboot-iteaduino_plus_a20'
|
||||
'uboot-hackberry' 'uboot-a20-olinuxino_micro')
|
||||
pkgver=2014.04
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=('armv7h')
|
||||
url="https://github.com/linux-sunxi/u-boot-sunxi"
|
||||
license=('GPL')
|
||||
|
@ -23,7 +23,7 @@ source=("https://github.com/linux-sunxi/u-boot-sunxi/archive/${_commit}.tar.gz"
|
|||
'hackberry.fex' 'hackberry.env'
|
||||
'a20-olinuxino_micro.fex' 'a20-olinuxino_micro.env')
|
||||
md5sums=('8e4f2a2c1384f31eca5d3864b86e8351'
|
||||
'234ac383320992dea6734cc442075558'
|
||||
'c52abd6e8b1bc6d367809b5a7950d733'
|
||||
'36c04988cecd53151f3f5ff5c48d76a9'
|
||||
'd41d8cd98f00b204e9800998ecf8427e'
|
||||
'c898ab1b57f474d620f5704b2a53d87c'
|
||||
|
|
|
@ -50,13 +50,13 @@ diff -urN a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
|
|||
#endif
|
||||
|
||||
+#if defined(CONFIG_CUBIEBOARD2)
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun7i-a20-cubieboard2.dts"
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun7i-a20-cubieboard2.dtb"
|
||||
+#elif defined(CONFIG_CUBIETRUCK)
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun7i-a20-cubietruck.dts"
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun7i-a20-cubietruck.dtb"
|
||||
+#elif defined(CONFIG_A20_OLINUXINO_M)
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun7i-a20-olinuxino-micro.dts"
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun7i-a20-olinuxino-micro.dtb"
|
||||
+#elif defined(CONFIG_HACKBERRY)
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun4i-a10-hackberry.dts"
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE "sun4i-a10-hackberry.dtb"
|
||||
+#else
|
||||
+ #define CONFIG_DEFAULT_FDT_FILE ""
|
||||
+#endif
|
||||
|
|
Loading…
Reference in a new issue