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>
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index a32369a..fe15c4c 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 \
"mmc dev ${mmcdev}; if mmc rescan; then " \