From ab59cbe8de1ffa709ca83a808becf6bedc1541fe Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Tue, 16 Jun 2009 20:06:44 +0900 Subject: [PATCH] [universal] move ramdisk address to 0x23000000 Signed-off-by: Minkyu Kang --- include/configs/s5pc100_universal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/s5pc100_universal.h b/include/configs/s5pc100_universal.h index ef5d22d..0120173 100644 --- a/include/configs/s5pc100_universal.h +++ b/include/configs/s5pc100_universal.h @@ -182,7 +182,7 @@ " nfsroot=${nfsroot},nolock ip=${ipaddr}:${serverip}:${gatewayip}:" \ " ${netmask}:nowplus:usb0:off " CONFIG_COMMON_BOOT "; run bootk\0" \ "ramboot=set bootargs " CONFIG_RAMDISK_BOOT \ - " initrd=0x24800000,8M ramdisk=8192\0" \ + " initrd=0x23000000,8M ramdisk=8192\0" \ "rootfstype=cramfs\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" \ "meminfo=mem=80M\0" \ -- 2.7.4