Parcourir la source

zynq: Do not use SPL OF initialization

Disable CONFIG_OF_CONTROL for SPL compilation.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek il y a 11 ans
Parent
commit
7450a7f730
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      include/configs/zynq-common.h

+ 1 - 0
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 */