commit | acca9c05cf305a86da418ad749ff58a0662b6b88 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Feb 24 11:16:29 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Tue Mar 04 09:27:34 2014 -0500 |
tree | a97c985b50d71313bb313df5cf1fdf67a34b5d2c | |
parent | 02f721b8418d2fc50f71755e1e1648c3fe627d62 [diff] |
zynq: Do not use SPL OF initialization Disable CONFIG_OF_CONTROL for SPL compilation. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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 */