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:
340d1d3
)
kconfig: imx6: add SUPPORT_SPL
author
John Tobias
<john.tobias.ph@gmail.com>
Wed, 12 Nov 2014 22:27:43 +0000
(14:27 -0800)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 13 Nov 2014 15:23:55 +0000
(16:23 +0100)
add SUPPORT_SPL feature for iMX6 SabreSD. It need to use
mx6sabresd_spl_defconfig to compile it.
Signed-off-by: John Tobias <john.tobias.ph@gmail.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 79ccc06d5c929f5c5a63be2b09043bd6fefd9e47..b00af7be58bff844b7173f4c24de287650f079c6 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-609,6
+609,7
@@
config TARGET_MX6QSABREAUTO
config TARGET_MX6SABRESD
bool "Support mx6sabresd"
select CPU_V7
+ select SUPPORT_SPL
config TARGET_MX6SLEVK
bool "Support mx6slevk"