summaryrefslogtreecommitdiff
path: root/common/env_common.c
diff options
context:
space:
mode:
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 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