aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Salveti de Araujo <ricardo.salveti@linaro.org>2011-09-28 21:30:05 -0300
committerJohn Rigby <john.rigby@linaro.org>2011-12-18 22:25:13 -0700
commitfbceea42862c358df324c83168c185191d6fa49b (patch)
tree425f456ab48719dcdd8960cd8b38532eb7e6587c
parenta9ed02efb26a4d89e93d9082a7db8c550740557f (diff)
OMAP4: removing fdt_addr from the default env
If fdt_addr is available at u-boot's env, PXE will try to use it, and fail at cases the blob is not available. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
-rw-r--r--include/configs/omap4_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 5dec7bd8f..a64a57dff 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -173,7 +173,6 @@
"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 \