From 2a7714ce64cfd954535f0c96f2809e2fd80d84f0 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Tue, 13 Sep 2011 23:06:11 +0000 Subject: 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 Signed-off-by: Holger Brunck cc: Wolfgang Denk --- board/keymile/scripts/develop-common.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'board/keymile/scripts/develop-common.txt') 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 -- cgit v1.2.3