mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
uboot-usbarmory: fix loadfdt
This commit is contained in:
parent
df54fd5655
commit
4064fcf599
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ source=("u-boot-${pkgver}::git+https://github.com/inversepath/u-boot-usbarmory.g
|
|||
'alarm.patch'
|
||||
'uEnv.txt')
|
||||
md5sums=('SKIP'
|
||||
'f21fec4a935f94f16dff8d48b2a2501e'
|
||||
'05f616b9caeca1a6f71e279512276f98'
|
||||
'd41d8cd98f00b204e9800998ecf8427e')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -55,7 +55,7 @@ index e00ec7b..cfd457b 100644
|
|||
+ "root=${mmcroot} ${mmcrootextra}\0" \
|
||||
+ "loadramdisk=load mmc ${bootpart} ${rdaddr} ${bootdir}/${rdfile}\0" \
|
||||
+ "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
|
||||
+ "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
|
||||
+ "loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile}\0" \
|
||||
+ "loadbootenv=load mmc ${mmcdev} ${loadaddr} ${bootdir}/${bootenv}\0" \
|
||||
+ "importbootenv=echo Importing environment from mmc ...; "\
|
||||
+ "env import -t $loadaddr $filesize\0" \
|
||||
|
|
Loading…
Reference in a new issue