aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-07-13 23:07:40 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-08-15 15:24:23 -0600
commit32b1e8bda178c397484b593a55048151f614ab0e (patch)
tree82109c584156bce3e446c1e90845803fad917e75
parenta7dbc1283da6c19beab4ba059e2b2d7047eae7b9 (diff)
OMAP4 Panda: PXE: add expected env vars
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_panda.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index d853fa545..b89b0788f 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -171,6 +171,8 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
"pxecfg_ram=0x88000000\0" \
+ "kernel_ram=0x80200000\0" \
+ "initrd_ram=0x81600000\0" \
"console=ttyS2,115200n8\0" \
"usbtty=cdc_acm\0" \
"vram=16M\0" \