summaryrefslogtreecommitdiffstats
path: root/include/configs/zeus.h
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2008-02-22 17:21:32 +0100
committerWolfgang Denk <wd@denx.de>2008-02-22 17:26:13 +0100
commite5084af8ded58453cd07ec1af8b0f29f34122bbc (patch)
tree8d53b2c19746250868c32873ef486870a5d2b784 /include/configs/zeus.h
parentd01b847c5cd070895c4ba178c85cd068a95cf7cd (diff)
downloadtalos-obmc-uboot-e5084af8ded58453cd07ec1af8b0f29f34122bbc.tar.gz
talos-obmc-uboot-e5084af8ded58453cd07ec1af8b0f29f34122bbc.zip
Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove final traces of long-deprecated "ramdisk" kernel parm") makes these changes neccessary. Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include/configs/zeus.h')
-rw-r--r--include/configs/zeus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index 810a528d24..cd120dfbf1 100644
--- a/include/configs/zeus.h
+++ b/include/configs/zeus.h
@@ -333,7 +333,7 @@
"nfsargs=setenv bootargs root=/dev/nfs rw" \
" nfsroot=${serverip}:${rootpath}\0" \
"ramargs=setenv bootargs root=/dev/ram rw" \
- " ramdisk=${ramdisk_size}\0" \
+ " ramdisk_size=${ramdisk_size}\0" \
"addip=setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
":${hostname}:${netdev}:off panic=1\0" \
OpenPOWER on IntegriCloud