mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/uboot-usbarmory: patch fix
This commit is contained in:
parent
3ffb28f4ac
commit
582cf7ce9d
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ source=("u-boot-${pkgver}::git+https://github.com/inversepath/u-boot-usbarmory.g
|
|||
'alarm.patch'
|
||||
'uEnv.txt')
|
||||
md5sums=('SKIP'
|
||||
'e91817ce9752f85de4f2f91130b7d711'
|
||||
'06742be0021c4a4123383e3790f21edf'
|
||||
'5e8a8854cc2a154e1a157535f2161913')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h
|
||||
index e00ec7b..cfd457b 100644
|
||||
index 66543a6..f6e736a 100644
|
||||
--- a/include/configs/usbarmory.h
|
||||
+++ b/include/configs/usbarmory.h
|
||||
@@ -28,6 +28,8 @@
|
||||
|
@ -86,7 +86,7 @@ index e00ec7b..cfd457b 100644
|
|||
+ "fi;"
|
||||
+
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
- "ext2load mmc 0:1 0x70800000 /boot/uImage; ext2load mmc 0:1" \
|
||||
- "ext2load mmc 0:1 0x70800000 /boot/uImage; ext2load mmc 0:1 " \
|
||||
- "0x71000000 /boot/imx53-usbarmory.dtb; bootm 0x70800000 - 0x71000000"
|
||||
+ "run mmcboot; "
|
||||
|
||||
|
|
Loading…
Reference in a new issue