projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9c99a
)
zynq: Do not use SPL OF initialization
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 24 Feb 2014 10:16:29 +0000
(11:16 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 14f0b90b9bc968704cb85c2dcdf2de969866ad69..731e69b5fd89dcb2aa275f38f04d7e87dcfa1def 100644
(file)
--- 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 */