aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2021-02-15 19:07:44 +0100
committerTom Rini <trini@konsulko.com>2021-03-20 16:24:26 -0400
commit86e07d59ee53cdd209c114bdabef599d3b3d2036 (patch)
treecd58f07ad4dd82df096b43b7d53072797bc49058 /arch/arm/mach-mediatek
parentf879f2621b42529cf5f88912a07d2866cfc8fd45 (diff)
downloadu-boot-86e07d59ee53cdd209c114bdabef599d3b3d2036.zip
u-boot-86e07d59ee53cdd209c114bdabef599d3b3d2036.tar.gz
u-boot-86e07d59ee53cdd209c114bdabef599d3b3d2036.tar.bz2
board: mediatek: rename pumpkin board into mt8516
More than one pumpkin board has been made with different MediaTek SoCs. Rename the pumpkin board to follow the naming convention of all other MediaTek boards and also to not be confusing when other pumpkin boards will be added in follow-up commits. Signed-off-by: Fabien Parent <fparent@baylibre.com>
Diffstat (limited to 'arch/arm/mach-mediatek')
-rw-r--r--arch/arm/mach-mediatek/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index 7f40ba9..2791b3d 100644
--- a/arch/arm/mach-mediatek/Kconfig
+++ b/arch/arm/mach-mediatek/Kconfig
@@ -76,7 +76,7 @@ source "board/mediatek/mt7622/Kconfig"
source "board/mediatek/mt7623/Kconfig"
source "board/mediatek/mt7629/Kconfig"
source "board/mediatek/mt8512/Kconfig"
+source "board/mediatek/mt8516/Kconfig"
source "board/mediatek/mt8518/Kconfig"
-source "board/mediatek/pumpkin/Kconfig"
endif