From: Michal Simek Date: Mon, 24 Feb 2014 10:16:29 +0000 (+0100) Subject: zynq: Do not use SPL OF initialization X-Git-Tag: v2014.04-rc2~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7450a7f7309eb06c5fb5ee7e20c864d266d79866;p=u-boot zynq: Do not use SPL OF initialization Disable CONFIG_OF_CONTROL for SPL compilation. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 14f0b90b9b..731e69b5fd 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -242,6 +242,7 @@ #ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_DCACHE_OFF #undef CONFIG_FPGA +#undef CONFIG_OF_CONTROL #endif /* MMC support */