diff options
author | Detlev Zundel <dzu@denx.de> | 2008-02-22 17:21:32 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-22 17:26:13 +0100 |
commit | e5084af8ded58453cd07ec1af8b0f29f34122bbc (patch) | |
tree | 8d53b2c19746250868c32873ef486870a5d2b784 /include/configs/AmigaOneG3SE.h | |
parent | d01b847c5cd070895c4ba178c85cd068a95cf7cd (diff) | |
download | u-boot-imx-e5084af8ded58453cd07ec1af8b0f29f34122bbc.zip u-boot-imx-e5084af8ded58453cd07ec1af8b0f29f34122bbc.tar.gz u-boot-imx-e5084af8ded58453cd07ec1af8b0f29f34122bbc.tar.bz2 |
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/AmigaOneG3SE.h')
-rw-r--r-- | include/configs/AmigaOneG3SE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/AmigaOneG3SE.h b/include/configs/AmigaOneG3SE.h index d914dcc..a992498 100644 --- a/include/configs/AmigaOneG3SE.h +++ b/include/configs/AmigaOneG3SE.h @@ -54,7 +54,7 @@ #undef CONFIG_CLOCKS_IN_MHZ /* clocks passed to Linux in Hz */ -#define CONFIG_BOOTARGS "root=/dev/ram rw ramdisk=4096" +#define CONFIG_BOOTARGS "root=/dev/ram rw ramdisk_size=4096" /* * BOOTP options |