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-08-16 09:36:21 -0600
commitbd7539111ccff9583aca51dd6f2a9e162479f257 (patch)
tree91129d134317fa5d6e316f3f9d60a4274cd2e984
parent90afee0e39ba5cae2d351ce06c4b88ae775efbb4 (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 2192c2b89..2469ba59e 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -163,6 +163,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 " \