aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-19 23:02:52 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-12-18 21:28:49 -0700
commit2af3e6ca32b5f6de86ff60a37b0f7a08c7cd08e1 (patch)
treec3898e7915de706ae7ea72dc98104a165c0d0b21 /include
parentb93d7dd1d3228c662f141db1659a9e250a2a90b6 (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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap4_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 755ef26be..9958c1ad7 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -167,6 +167,10 @@
"mmcboot=echo Booting from mmc${mmcdev} ...; " \
"run mmcargs; " \
"bootm ${loadaddr}\0" \
+ "kernel_addr_r=0x88000000\0" \
+ "ramdisk_addr_r=0x81600000\0" \
+ "fdt_addr=0x87000000\0" \
+ "pxefile_addr_r=0x86000000\0"
#define CONFIG_BOOTCOMMAND \
"if mmc rescan ${mmcdev}; then " \