mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
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:
parent
f879f2621b
commit
86e07d59ee
@ -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
|
||||
|
@ -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
|
6
board/mediatek/mt8516/MAINTAINERS
Normal file
6
board/mediatek/mt8516/MAINTAINERS
Normal 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
|
@ -1,3 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-y += pumpkin.o
|
||||
obj-y += mt8516_pumpkin.o
|
@ -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
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user