summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-11-10 16:39:53 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-11-10 16:39:53 +0100
commitc0b34f5c4bd037cd93709b30ee1a670723e77084 (patch)
treea5d62db45625ce06a2ac721e5e5cb8297c34a564 /include/configs/u8500.h
parentc5fd9311b6c59a5fb4c6e7188c8bef96e3e2d86d (diff)
PACK2 changes
merged PACK2 changes: mmc and i2c frequency, put the second core into wfe, default bootcmd.
Diffstat (limited to 'include/configs/u8500.h')
-rwxr-xr-xinclude/configs/u8500.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index b9aa3c835..89837ea1b 100755
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -98,8 +98,8 @@
#define CONFIG_CMD_EMMC
#define CONFIG_BOOTDELAY 5
-#define CONFIG_BOOTARGS "cachepolicy=writealloc root=/dev/ram0 initrd=0x800000,20M init=linuxrc rw console=ttyAMA2,115200n8 mem=256M board_id=0"
-#define CONFIG_BOOTCOMMAND "emmc_read 0x100000 0x280000 0x200000; bootm 0x100000"
+#define CONFIG_BOOTARGS "cachepolicy=writealloc root=/dev/mmcblk0p2 noinitrd rootfstype=ext3 rootdelay=1 init=/linuxrc console=ttyAMA2,115200n8 board_id=1 mem=96M@0 mem=128M@128M"
+#define CONFIG_BOOTCOMMAND "emmc_read 0x100000 0x14000000 0x200000; bootm 0x100000"
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x00100000\0" \
@@ -178,8 +178,8 @@
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVEENV /* CMD_ENV is obsolete but used in env_emmc.c */
#define CONFIG_ENV_IS_IN_EMMC 1
-#define CONFIG_ENV_OFFSET_START 0x260000
-#define CONFIG_ENV_OFFSET_END 0x27F000
+#define CONFIG_ENV_OFFSET_START 0x13F80000
+#define CONFIG_ENV_OFFSET_END 0x13FE0000
/*-----------------------------------------------------------------------
* USB related configs