]> Git Repo - J-u-boot.git/commit
board: mediatek: rename pumpkin board into mt8516
authorFabien Parent <[email protected]>
Mon, 15 Feb 2021 18:07:44 +0000 (19:07 +0100)
committerTom Rini <[email protected]>
Sat, 20 Mar 2021 20:24:26 +0000 (16:24 -0400)
commit86e07d59ee53cdd209c114bdabef599d3b3d2036
treecd58f07ad4dd82df096b43b7d53072797bc49058
parentf879f2621b42529cf5f88912a07d2866cfc8fd45
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 <[email protected]>
13 files changed:
arch/arm/mach-mediatek/Kconfig
board/mediatek/mt8516/Kconfig [new file with mode: 0644]
board/mediatek/mt8516/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8516/Makefile [new file with mode: 0644]
board/mediatek/mt8516/mt8516_pumpkin.c [new file with mode: 0644]
board/mediatek/pumpkin/Kconfig [deleted file]
board/mediatek/pumpkin/MAINTAINERS [deleted file]
board/mediatek/pumpkin/Makefile [deleted file]
board/mediatek/pumpkin/pumpkin.c [deleted file]
configs/mt8516_pumpkin_defconfig [new file with mode: 0644]
configs/pumpkin_defconfig [deleted file]
include/configs/mt8516.h [new file with mode: 0644]
include/configs/pumpkin.h [deleted file]
This page took 0.042074 seconds and 4 git commands to generate.