From 4abb43dcfc124ee35cf181d7553f40d00f41a24f Mon Sep 17 00:00:00 2001 From: John Rigby Date: Mon, 19 Sep 2011 23:02:52 -0600 Subject: 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 --- include/configs/omap4_common.h | 3 +++ 1 file changed, 3 insertions(+) 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 " \ -- cgit v1.2.3