]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
zynq: Do not use SPL OF initialization
authorMichal Simek <michal.simek@xilinx.com>
Mon, 24 Feb 2014 10:16:29 +0000 (11:16 +0100)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 14:27:34 +0000 (09:27 -0500)
Disable CONFIG_OF_CONTROL for SPL compilation.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h

index 14f0b90b9bc968704cb85c2dcdf2de969866ad69..731e69b5fd89dcb2aa275f38f04d7e87dcfa1def 100644 (file)
 #ifdef CONFIG_SPL_BUILD
 #define CONFIG_SYS_DCACHE_OFF
 #undef CONFIG_FPGA
+#undef CONFIG_OF_CONTROL
 #endif
 
 /* MMC support */