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-09-28 19:35:02 -0600
commitcd8352c8e0af0d789775020989875fbea98a28c9 (patch)
treeec7b6c27039bb5e321dcb66c738c02fdee13a98c
parent74750f39bd6ddb9be4ad15a4c1899e4cd4278e08 (diff)
OMAP4: removing fdt_addr from the default env2011.09.3
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 a6f4b8fef..b94bd0a5d 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -168,7 +168,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 \