summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2012-01-10 15:17:01 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2012-01-12 09:51:24 +0800
commit44d91a044adf84106264ae104837a23a191bf67b (patch)
tree57be98c4cd84a81c0defaf939546e788a74ed6f1
parentb6f61895319e387e80b2a78b7cf42163cb52ecf1 (diff)
downloadu-boot-imx-44d91a044adf84106264ae104837a23a191bf67b.zip
u-boot-imx-44d91a044adf84106264ae104837a23a191bf67b.tar.gz
u-boot-imx-44d91a044adf84106264ae104837a23a191bf67b.tar.bz2
ENGR00171633 MX6Q: config: android: update default config.
1. C macro don't eval, so the rd_loadaddr will be (CONFIG_LOADADDR + 0x300000) rather then number, will cause uboot can't boot, change this to a number which make default boot env correct. 2. update android mx6q saberlite config to align lastest code status. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r--include/configs/mx6q_arm2.h4
-rw-r--r--include/configs/mx6q_sabrelite.h4
-rw-r--r--include/configs/mx6q_sabrelite_android.h8
-rw-r--r--include/configs/mx6q_sabrelite_mfg.h4
4 files changed, 10 insertions, 10 deletions
diff --git a/include/configs/mx6q_arm2.h b/include/configs/mx6q_arm2.h
index 18a351a..cf466de 100644
--- a/include/configs/mx6q_arm2.h
+++ b/include/configs/mx6q_arm2.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2012 Freescale Semiconductor, Inc.
*
* Configuration settings for the MX6Q Armadillo2 Freescale board.
*
@@ -110,7 +110,7 @@
#define CONFIG_PRIME "FEC0"
#define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */
-#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
+#define CONFIG_RD_LOADADDR 0x11000000
#define CONFIG_EXTRA_ENV_SETTINGS \
"netdev=eth0\0" \
diff --git a/include/configs/mx6q_sabrelite.h b/include/configs/mx6q_sabrelite.h
index c94cd6a..39933e2 100644
--- a/include/configs/mx6q_sabrelite.h
+++ b/include/configs/mx6q_sabrelite.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
*
* Configuration settings for the MX6Q SABRE-Lite Freescale board.
*
@@ -111,7 +111,7 @@
#define CONFIG_PRIME "FEC0"
#define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */
-#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
+#define CONFIG_RD_LOADADDR 0x11000000
#define CONFIG_EXTRA_ENV_SETTINGS \
"netdev=eth0\0" \
diff --git a/include/configs/mx6q_sabrelite_android.h b/include/configs/mx6q_sabrelite_android.h
index d32a26c..2c5e09f 100644
--- a/include/configs/mx6q_sabrelite_android.h
+++ b/include/configs/mx6q_sabrelite_android.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
*
* Configuration settings for the MX6Q SABRE-Lite Freescale board.
*
@@ -141,15 +141,15 @@
#define CONFIG_PRIME "FEC0"
#define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */
-#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x600000) /* 6M */
+#define CONFIG_RD_LOADADDR 0x11000000
#define CONFIG_EXTRA_ENV_SETTINGS \
"netdev=eth0\0" \
"ethprime=FEC0\0" \
"ethaddr=00:04:9f:00:ea:d3\0" \
"bootfile=uImage\0" \
- "bootargs=console=ttymxc1 init=/init " \
- "androidboot.console=ttymxc1 video=mxcfb0:bpp=16 fbmem=5M\0" \
+ "bootargs=console=ttymxc0,115200 init=/init rw " \
+ "video=mxcfb0 fbmem=10M vmalloc=400M enable_wiat_mode=off\0" \
"bootcmd_SD=mmc dev 1;" \
"mmc read ${loadaddr} 0x800 0x2000;" \
"mmc read ${rd_loadaddr} 0x3000 0x300\0" \
diff --git a/include/configs/mx6q_sabrelite_mfg.h b/include/configs/mx6q_sabrelite_mfg.h
index 5bb6743..8064306 100644
--- a/include/configs/mx6q_sabrelite_mfg.h
+++ b/include/configs/mx6q_sabrelite_mfg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
*
* Configuration settings for the MX6Q SABRE-Lite Freescale board.
*
@@ -110,7 +110,7 @@
#define CONFIG_PRIME "FEC0"
#define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */
-#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
+#define CONFIG_RD_LOADADDR 0x10c00000
#define CONFIG_BOOTARGS "console=ttymxc1,115200 rdinit=/linuxrc"
#define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000"