summaryrefslogtreecommitdiff
path: root/board/mediatek/mt7622
diff options
context:
space:
mode:
authorGuillaume La Roque <glaroque@baylibre.com>2021-09-10 10:21:06 +0200
committerTom Rini <trini@konsulko.com>2021-09-23 14:15:32 -0400
commitdf3ab898f644db6d8b7337f0a7f0995ecf41b730 (patch)
tree36eb2fdd597ffea2d5437b9ee9c71caebea48696 /board/mediatek/mt7622
parenta69753f31d5863c692522f0b92db6e9cad06d553 (diff)
downloadu-boot-df3ab898f644db6d8b7337f0a7f0995ecf41b730.tar.gz
arm: mediatek: merge board Kconfigs into mach-mediatek
On MediaTek boards we cannot override the SYS_BOARD / SYS_CONFIG_NAME variables from defconfig. This is because in board/mediatek/mtXXXX/Kconfig this value was override by default due to the if CONFIG_TARGET_MTXXXX condition. Merge all the Kconfigs to the mach-medatek/Kconfig. This way: - we only define SYS_{SOC,VENDOR} once - all board definitions are in a single place, simplifying the build logic. Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Diffstat (limited to 'board/mediatek/mt7622')
-rw-r--r--board/mediatek/mt7622/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/mediatek/mt7622/Kconfig b/board/mediatek/mt7622/Kconfig
deleted file mode 100644
index d0abdc0a67..0000000000
--- a/board/mediatek/mt7622/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-if TARGET_MT7622
-
-config SYS_BOARD
- default "mt7622"
-
-config SYS_CONFIG_NAME
- default "mt7622"
-
-config MTK_BROM_HEADER_INFO
- string
- default "lk=1"
-
-config MTK_BROM_HEADER_INFO
- string
- default "media=nor"
-
-endif