aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-19 23:02:52 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-04-19 02:16:53 -0600
commitc962f0cb20ba90fbc57b53500ea4850ddb2f794d (patch)
tree93a7db665713b241745e91f8456013894e767839
parentfb14b6b2f680363678b4e6a75eb9f3f0d79111fa (diff)
PXE: OMAP4: add standard env vars
Set standard env vars in default environment. These are currently only used by PXE which is only enabled on Panda but they are safe on all OMAP4 platforms. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index a989721af..1d485655a 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -167,6 +167,9 @@
"mmcboot=echo Booting from mmc${mmcdev} ...; " \
"run mmcargs; " \
"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 " \