passing ram= argument to kernel

2005-08-09 Thread Prashant Alange
Hi,
I am trying to pass ram= argument to kernel and my bootcmd is as shown below

tftpboot 0300 prashant/root.img; tftpboot 0010 prashant/uImage; setenv b
ootargs root=/dev/ram ram=60M
ip=10.67.65.68:10.67.65.39:255.255.255.0:MPC8270:eth1:off; bootm
0010 0300

I have 64 MB RAM on my system. With above command if I boot the board and see
cat /proc/meminfo I still see 64MB RAM.
Can anyone tell me, how to pass ram argument. 

Thanks,
Prashant



passing ram= argument to kernel

2005-08-09 Thread Kumar Gala
I think you want mem=60M

- kumar

On Tue, 9 Aug 2005, Prashant Alange wrote:

 Hi,
 I am trying to pass ram= argument to kernel and my bootcmd is as shown below

 tftpboot 0300 prashant/root.img; tftpboot 0010 prashant/uImage; 
 setenv b
 ootargs root=/dev/ram ram=60M
 ip=10.67.65.68:10.67.65.39:255.255.255.0:MPC8270:eth1:off; bootm
 0010 0300

 I have 64 MB RAM on my system. With above command if I boot the board and see
 cat /proc/meminfo I still see 64MB RAM.
 Can anyone tell me, how to pass ram argument.

 Thanks,
 Prashant
 ___
 Linuxppc-embedded mailing list
 Linuxppc-embedded at ozlabs.org
 https://ozlabs.org/mailman/listinfo/linuxppc-embedded