summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Huber <andreas.huber@keymile.com>2013-07-04 15:37:34 +0200
committerTom Rini <trini@ti.com>2013-10-09 10:07:56 -0400
commitd3379e2254a1924b308223705713a04257be3a35 (patch)
treeffa59e9067fc8aeb6a2b6c46c4caa42438abfec1
parent13303e43b4375b0f3896cb222e8e0a43079e4f08 (diff)
downloadblackbird-obmc-uboot-d3379e2254a1924b308223705713a04257be3a35.tar.gz
blackbird-obmc-uboot-d3379e2254a1924b308223705713a04257be3a35.zip
km/scripts: fix ramfs
'actual_bank' is not used anymore, instead boot_bank is used. Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
-rw-r--r--board/keymile/scripts/ramfs-common.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/scripts/ramfs-common.txt b/board/keymile/scripts/ramfs-common.txt
index 8a8d287558..502c8631f4 100644
--- a/board/keymile/scripts/ramfs-common.txt
+++ b/board/keymile/scripts/ramfs-common.txt
@@ -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
OpenPOWER on IntegriCloud