projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d372c
)
arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROL
author
Marek Vasut
<marex@denx.de>
Wed, 19 Aug 2015 21:23:52 +0000
(23:23 +0200)
committer
Marek Vasut
<marex@denx.de>
Fri, 4 Sep 2015 09:54:20 +0000
(11:54 +0200)
The SoCFPGA probes mostly from OF and the OF is mandatory both in
U-Boot itself and U-Boot SPL. Enable it by default.
Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index c598f5e4c1147a54dd8ed7e4e9a0369a1e483d2e..8085a24de2ecd97103499814501bbc042b0e7ac7 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-539,6
+539,8
@@
config ARCH_SOCFPGA
bool "Altera SOCFPGA family"
select CPU_V7
select SUPPORT_SPL
+ select OF_CONTROL
+ select SPL_OF_CONTROL
select DM
select DM_SPI_FLASH
select DM_SPI