aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek
diff options
context:
space:
mode:
authorSam Shih <sam.shih@mediatek.com>2020-03-04 20:03:48 +0800
committerTom Rini <trini@konsulko.com>2020-03-10 17:08:13 -0400
commitdb41d985f6bbf42f83a91b1e4a321a97d72aa843 (patch)
tree7eb8df10ff0fec89db6b1bcd896ab03587839c94 /arch/arm/mach-mediatek
parent3e4fcfa4bcd74fee409694d24ee580a2826bbe9a (diff)
downloadu-boot-db41d985f6bbf42f83a91b1e4a321a97d72aa843.zip
u-boot-db41d985f6bbf42f83a91b1e4a321a97d72aa843.tar.gz
u-boot-db41d985f6bbf42f83a91b1e4a321a97d72aa843.tar.bz2
arm: mediatek: remove unused binman config
The binman-option BINMAN_FDT is introduced by this commit: commit 3c10dc95bdd0 ("binman: Add a library to access binman entries") BINMAN_FDT being selected when BINMAN=y that resulting in mt7623 and mt7622 are unable to boot. The root cause of this issue is commit: commit cbd2fba1eca1 ("arm: MediaTek: add basic support for MT7629 boards") select BINMAN=y in all mediatek SoCs, and others mediatek SoCs not expect to use BINMAN_FDT. This patch remove BINMAN=y option when ARCH_MEDIATEK=y and move this to the specify SoCs part config. Signed-off-by: Sam Shih <sam.shih@mediatek.com> Tested-by: Frank Wunderlich <frank-w@public-files.de>
Diffstat (limited to 'arch/arm/mach-mediatek')
-rw-r--r--arch/arm/mach-mediatek/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index 17b84db..0042e57 100644
--- a/arch/arm/mach-mediatek/Kconfig
+++ b/arch/arm/mach-mediatek/Kconfig
@@ -36,6 +36,7 @@ config TARGET_MT7629
bool "MediaTek MT7629 SoC"
select CPU_V7A
select SPL
+ select BINMAN
help
The MediaTek MT7629 is a ARM-based SoC with a dual-core Cortex-A7
including DDR3, crypto engine, 3x3 11n/ac Wi-Fi, Gigabit Ethernet,