summaryrefslogtreecommitdiff
path: root/common/env_common.c
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-12-14 19:14:50 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-12-15 11:27:49 +0800
commit2c4cf52ca2b4d849b4dc84d8a3585afb3de2234d (patch)
tree000fd0cfd87fdce668c59347a64f0d40cdd4cd0a /common/env_common.c
parent930409823d7ed5c288fffea3187c1397f7d25a58 (diff)
ENGR00170299-3 Android: add android board configure file.
add android mx6q sabrelite configure file. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'common/env_common.c')
-rw-r--r--common/env_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/env_common.c b/common/env_common.c
index eb0b37446e..21ea54385c 100644
--- a/common/env_common.c
+++ b/common/env_common.c
@@ -127,6 +127,9 @@ uchar default_environment[] = {
#ifdef CONFIG_LOADADDR
"loadaddr=" MK_STR(CONFIG_LOADADDR) "\0"
#endif
+#ifdef CONFIG_RD_LOADADDR
+ "rd_loadaddr=" MK_STR(CONFIG_RD_LOADADDR) "\0"
+#endif
#ifdef CONFIG_CLOCKS_IN_MHZ
"clocks_in_mhz=1\0"
#endif