From: Michal Simek Date: Mon, 24 Feb 2014 10:16:29 +0000 (+0100) Subject: zynq: Do not use SPL OF initialization X-Git-Tag: submit/tizen/20140310.095527~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7450a7f7309eb06c5fb5ee7e20c864d266d79866;p=platform%2Fkernel%2Fu-boot.git 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 14f0b90..731e69b 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 */