aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-04-19 02:18:13 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-12-04 13:07:17 -0700
commitd050006fd7f2adc1de7c5a37e07931d2d8d8653c (patch)
tree74d8ea8b3a64e690b30734e5dc85138491f202a3 /include
parent60bb69b869ceb1b06b3016b4cacbf6f416660568 (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 7a3cc16a0..e349d67d5 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -283,6 +283,9 @@
"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" \
"userbutton=if gpio input 173; then run userbutton_xm; " \
"else run userbutton_nonxm; fi;\0" \
"userbutton_xm=gpio input 4;\0" \