diff options
author | John Rigby <john.rigby@linaro.org> | 2011-07-13 23:07:40 -0600 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2011-07-13 23:07:40 -0600 |
commit | 1b1a2bc82bf9b8bbc1eb204ffdf0e4283036c857 (patch) | |
tree | 986d94c74a963cee4ea3d7072c17a88fab7eb5ae | |
parent | 7d884e3ebf35453e80bd0ab2d5982609a9da5bb5 (diff) | |
download | u-boot-linaro-stable-Linaro-u-boot-2011.07.1.tar.gz |
PXE: add expected env vars2011.07.1Linaro-u-boot-2011.07.1
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r-- | include/configs/omap4_panda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index d3063f40b..d23325d87 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -175,6 +175,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" \ |