]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
km/scripts: fix ramfs
authorAndreas Huber <andreas.huber@keymile.com>
Thu, 4 Jul 2013 13:37:34 +0000 (15:37 +0200)
committerTom Rini <trini@ti.com>
Wed, 9 Oct 2013 14:07:56 +0000 (10:07 -0400)
'actual_bank' is not used anymore, instead boot_bank is used.

Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
board/keymile/scripts/ramfs-common.txt

index 8a8d2875587fc0f7c940c33dd01e1a6cb251148d..502c8631f4f766e55c952e6df12761df2ce51364 100644 (file)
@@ -1,5 +1,5 @@
 addramfs=setenv bootargs "${bootargs} phram.phram=rootfs${boot_bank},${rootfsaddr},${rootfssize}"
-actual_bank=-1
+boot_bank=-1
 altbootcmd=run ${subbootcmds}
 bootcmd=run ${subbootcmds}
 subbootcmds=tftpfdt tftpkernel setrootfsaddr tftpramfs flashargs add_default addpanic addramfs boot