From cd8352c8e0af0d789775020989875fbea98a28c9 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Wed, 28 Sep 2011 21:30:05 -0300 Subject: 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 --- include/configs/omap4_common.h | 1 - 1 file changed, 1 deletion(-) 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 \ -- cgit v1.2.3