s5pc210: universal: modified dram base
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 19 Aug 2010 11:46:36 +0000 (20:46 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 19 Aug 2010 11:46:36 +0000 (20:46 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/s5pc210_universal.h

index 07b39a9..25c70ca 100644 (file)
                " rootfstype=cramfs " CONFIG_COMMON_BOOT
 
 #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x100000;" \
-                       " onenand write 0x32008000 0x0 0x100000\0"
+                       " onenand write 0x42008000 0x0 0x100000\0"
 
 #define CONFIG_UBI_MTD " ubi.mtd=${ubiblock} ubi.mtd=3 ubi.mtd=6"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        CONFIG_UPDATEB \
        "updatek=onenand erase 0xc00000 0x600000;" \
-       " onenand write 0x31008000 0xc00000 0x600000\0" \
+       " onenand write 0x41008000 0xc00000 0x600000\0" \
        "updateu=onenand erase 0x01560000 0x1eaa0000;" \
-       " onenand write 0x32000000 0x1260000 0x8C0000\0" \
-       "bootk=onenand read 0x30007FC0 0xc00000 0x600000;" \
-       " bootm 0x30007FC0\0" \
+       " onenand write 0x42000000 0x1260000 0x8C0000\0" \
+       "bootk=onenand read 0x40007FC0 0xc00000 0x600000;" \
+       " bootm 0x40007FC0\0" \
        "flashboot=set bootargs root=/dev/mtdblock${bootblock}" \
         " rootfstype=${rootfstype}" \
         CONFIG_UBI_MTD " ${opts} ${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \
         CONFIG_COMMON_BOOT "; run bootk\0" \
        "tftpboot=set bootargs root=ubi0!rootfs rootfstype=ubifs " \
         CONFIG_UBIFS_OPTION CONFIG_UBI_MTD " ${opts} ${lcdinfo} " \
-        CONFIG_COMMON_BOOT "; tftp 0x30007FC0 uImage; bootm 0x30007FC0\0" \
+        CONFIG_COMMON_BOOT "; tftp 0x40007FC0 uImage; bootm 0x40007FC0\0" \
        "boottrace=setenv opts initcall_debug; run bootcmd\0" \
        "android=set bootargs root=ubi0!ramdisk " CONFIG_UBI_MTD \
         " rootfstype=ubifs init=/init.sh " CONFIG_COMMON_BOOT "; run bootk\0" \
         " nfsroot=${nfsroot},nolock,tcp ip=${ipaddr}:${serverip}:${gatewayip}:" \
         "${netmask}:generic:usb0:off " CONFIG_COMMON_BOOT "; run bootk\0" \
        "ramboot=set bootargs " CONFIG_RAMDISK_BOOT \
-        " initrd=0x33000000,8M ramdisk=8192\0" \
+        " initrd=0x43000000,8M ramdisk=8192\0" \
        "mmcboot=set bootargs root=${mmcblk} rootfstype=${rootfstype}" \
         CONFIG_UBI_MTD " ${opts} ${lcdinfo} " CONFIG_COMMON_BOOT "; run bootk\0" \
        "bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \