uboot-usbarmory: fix loadfdt

This commit is contained in:
Jason Plum 2015-03-07 20:15:58 -05:00
parent df54fd5655
commit 4064fcf599
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -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" \