aboutsummaryrefslogtreecommitdiff
path: root/include
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-12-18 22:25:15 -0700
commitd9cb2e99f2964cbf26d812e9fd42016e724f9a82 (patch)
treef69a7e874640d36655420d83016c151bdbc7dc13 /include
parent35706e670fb8d9bc1d11efcf9a194aeddc1d47f8 (diff)
OMAP3: Beagle: Add standard addresses to env
Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'include')
-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 d46ddc25b..40c09d9fe 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -276,6 +276,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 " \