aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-10-23 23:09:34 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-10-23 23:09:34 -0600
commitb782eebaa0fe61488dd7861832960a5ffb511474 (patch)
tree9a778d3c647608e03ee48c68e3a4b9b8d0b079d2
parentf9150939dcff5253f2a1fb51b538cfae81ffd7f3 (diff)
OMAP3: Beagle: Add standard addresses to env
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap3_beagle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 2d7cdb776..d5e11f184 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -281,6 +281,10 @@
"ramboot=echo Booting from ramdisk ...; " \
"run ramargs; " \
"bootm ${loadaddr}\0" \
+ "kernel_addr_r=0x88000000\0" \
+ "ramdisk_addr_r=0x81600000\0" \
+ "pxefile_addr_r=0x86000000\0"
+
#define CONFIG_BOOTCOMMAND \
"if mmc rescan ${mmcdev}; then " \