summaryrefslogtreecommitdiff
path: root/board/keymile/scripts/develop-common.txt
diff options
context:
space:
mode:
authorAndreas Huber <andreas.huber@keymile.com>2011-09-14 03:06:11 +0400
committerWolfgang Denk <wd@denx.de>2011-10-22 02:29:09 +0400
commit2a7714ce64cfd954535f0c96f2809e2fd80d84f0 (patch)
treeb84c02276f7145a3b1f5bf720e1128db7d60b2c1 /board/keymile/scripts/develop-common.txt
parent0eb0e59ed3955cd73548c8769bf594c665025dd5 (diff)
downloadu-boot-2a7714ce64cfd954535f0c96f2809e2fd80d84f0.tar.xz
km/common: fix ramfs development target
Calucations of PRAM needs to take into account the 'rootfssize'. Memory available to the linux kernel 'mem=' is in all cases set to the total memory size minus the pram size. Signed-off-by: Andreas Huber <andreas.huber@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/keymile/scripts/develop-common.txt')
-rw-r--r--board/keymile/scripts/develop-common.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/keymile/scripts/develop-common.txt b/board/keymile/scripts/develop-common.txt
index 3ccd0397b2..93e2967454 100644
--- a/board/keymile/scripts/develop-common.txt
+++ b/board/keymile/scripts/develop-common.txt
@@ -4,3 +4,4 @@ configure=km_setboardid && saveenv && reset
subbootcmds=tftpfdt tftpkernel nfsargs add_default boot
nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:/opt/eldk/${arch}
tftpkernel=tftpboot ${load_addr_r} ${hostname}/uImage
+rootfssize=0