summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-02-24 11:16:29 +0100
committerTom Rini <trini@ti.com>2014-03-04 09:27:34 -0500
commit7450a7f7309eb06c5fb5ee7e20c864d266d79866 (patch)
treea97c985b50d71313bb313df5cf1fdf67a34b5d2c
parent0c9c99a20b8b900fc8e284f89a08ff6f46de6a3b (diff)
downloadblackbird-obmc-uboot-7450a7f7309eb06c5fb5ee7e20c864d266d79866.tar.gz
blackbird-obmc-uboot-7450a7f7309eb06c5fb5ee7e20c864d266d79866.zip
zynq: Do not use SPL OF initialization
Disable CONFIG_OF_CONTROL for SPL compilation. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--include/configs/zynq-common.h1
1 files changed, 1 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud