[U-Boot] [PATCH v2 2/6] zynq: Do not use SPL OF initialization

Michal Simek michal.simek at xilinx.com
Mon Feb 24 11:16:29 CET 2014


Disable CONFIG_OF_CONTROL for SPL compilation.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

Changes in v2:
- Do not init SPL from DTB - not supported now
- New patch in this series

 include/configs/zynq-common.h | 1 +
 1 file changed, 1 insertion(+)

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 */
--
1.8.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140224/ec87fd84/attachment.pgp>


More information about the U-Boot mailing list