diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-14 19:14:50 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-15 11:27:49 +0800 |
commit | 2c4cf52ca2b4d849b4dc84d8a3585afb3de2234d (patch) | |
tree | 000fd0cfd87fdce668c59347a64f0d40cdd4cd0a /common | |
parent | 930409823d7ed5c288fffea3187c1397f7d25a58 (diff) | |
download | u-boot-imx-2c4cf52ca2b4d849b4dc84d8a3585afb3de2234d.zip u-boot-imx-2c4cf52ca2b4d849b4dc84d8a3585afb3de2234d.tar.gz u-boot-imx-2c4cf52ca2b4d849b4dc84d8a3585afb3de2234d.tar.bz2 |
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')
-rw-r--r-- | common/env_common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/env_common.c b/common/env_common.c index eb0b374..21ea543 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 |