summaryrefslogtreecommitdiff
path: root/include/configs/mx53_smd_android.h
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2011-05-18 12:46:20 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2011-05-18 17:11:48 +0800
commit9b65f0a17dd75a75d69b23ad8ab51ea307783791 (patch)
treeef44140e35c97f76e5824935fc5fdb764ed5851c /include/configs/mx53_smd_android.h
parenta966404abb18c1a5c39474d7cd59a0ae88c77d98 (diff)
downloadu-boot-imx-9b65f0a17dd75a75d69b23ad8ab51ea307783791.zip
u-boot-imx-9b65f0a17dd75a75d69b23ad8ab51ea307783791.tar.gz
u-boot-imx-9b65f0a17dd75a75d69b23ad8ab51ea307783791.tar.bz2
ENGR00143613 uboot: update the android ramdisk load address
update the ramdisk load address due to android kernel size enlarge. the ramdisk memory load address is 5MB offset to kernel. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd_android.h')
-rw-r--r--include/configs/mx53_smd_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index a9d06f4..04fc808 100644
--- a/include/configs/mx53_smd_android.h
+++ b/include/configs/mx53_smd_android.h
@@ -160,7 +160,7 @@
"uboot=u-boot.bin\0" \
"kernel=uImage\0" \
"loadaddr=0x70800000\0" \
- "rd_loadaddr=0x70C00000\0" \
+ "rd_loadaddr=0x70D00000\0" \
"nfsroot=/opt/eldk/arm\0" \
"bootargs_base=setenv bootargs console=ttymxc0,115200\0"\
"bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs " \