diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-02-24 11:16:29 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 09:27:34 -0500 |
commit | 7450a7f7309eb06c5fb5ee7e20c864d266d79866 (patch) | |
tree | a97c985b50d71313bb313df5cf1fdf67a34b5d2c /include | |
parent | 0c9c99a20b8b900fc8e284f89a08ff6f46de6a3b (diff) |
zynq: Do not use SPL OF initialization
Disable CONFIG_OF_CONTROL for SPL compilation.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 14f0b90b9bc..731e69b5fd8 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 */ |