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>
This commit is contained in:
Fabien Parent 2021-02-15 19:07:44 +01:00 committed by Tom Rini
parent f879f2621b
commit 86e07d59ee
8 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -1,10 +1,10 @@
if TARGET_MT8516
config SYS_BOARD
default "pumpkin"
default "mt8516"
config SYS_CONFIG_NAME
default "pumpkin"
default "mt8516"
config MTK_BROM_HEADER_INFO
string

View File

@ -0,0 +1,6 @@
MT8516 Pumpkin
M: Fabien Parent <fparent@baylibre.com>
S: Maintained
F: board/mediatek/mt8516
F: include/configs/mt8516.h
F: configs/mt8516_pumpkin_defconfig

View File

@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += pumpkin.o
obj-y += mt8516_pumpkin.o

View File

@ -1,6 +0,0 @@
Pumpkin
M: Fabien Parent <fparent@baylibre.com>
S: Maintained
F: board/mediatek/pumpkin
F: include/configs/pumpkin.h
F: configs/pumpkin_defconfig

View File

@ -6,8 +6,8 @@
* Author: Fabien Parent <fparent@baylibre.com
*/
#ifndef __PUMPKIN_H
#define __PUMPKIN_H
#ifndef __MT8516_H
#define __MT8516_H
#include <linux/sizes.h>