]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: mediatek: rename pumpkin board into mt8516
authorFabien Parent <fparent@baylibre.com>
Mon, 15 Feb 2021 18:07:44 +0000 (19:07 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 20 Mar 2021 20:24:26 +0000 (16:24 -0400)
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>
arch/arm/mach-mediatek/Kconfig
board/mediatek/mt8516/Kconfig [moved from board/mediatek/pumpkin/Kconfig with 76% similarity]
board/mediatek/mt8516/MAINTAINERS [new file with mode: 0644]
board/mediatek/mt8516/Makefile [moved from board/mediatek/pumpkin/Makefile with 58% similarity]
board/mediatek/mt8516/mt8516_pumpkin.c [moved from board/mediatek/pumpkin/pumpkin.c with 100% similarity]
board/mediatek/pumpkin/MAINTAINERS [deleted file]
configs/mt8516_pumpkin_defconfig [moved from configs/pumpkin_defconfig with 100% similarity]
include/configs/mt8516.h [moved from include/configs/pumpkin.h with 97% similarity]

index 7f40ba93190b4ce0e49a01d8e492c065ccc28d7f..2791b3dbda2b543346910eff2def9cfd9cddd144 100644 (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
similarity index 76%
rename from board/mediatek/pumpkin/Kconfig
rename to board/mediatek/mt8516/Kconfig
index 34b1c0b09d471fdc9bb9e8aac3da554464639ded..a87d3872fe6e3bd5c241d034f43d9c64e1b3bf6a 100644 (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
diff --git a/board/mediatek/mt8516/MAINTAINERS b/board/mediatek/mt8516/MAINTAINERS
new file mode 100644 (file)
index 0000000..2f0d8f6
--- /dev/null
@@ -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
similarity index 58%
rename from board/mediatek/pumpkin/Makefile
rename to board/mediatek/mt8516/Makefile
index 75fce4a393ab481706fac34c231e81ce25959d2c..1d4815d1370f93da30d91c3e61491922a013e6f2 100644 (file)
@@ -1,3 +1,3 @@
 # SPDX-License-Identifier:     GPL-2.0
 
-obj-y += pumpkin.o
+obj-y += mt8516_pumpkin.o
diff --git a/board/mediatek/pumpkin/MAINTAINERS b/board/mediatek/pumpkin/MAINTAINERS
deleted file mode 100644 (file)
index 16beadc..0000000
+++ /dev/null
@@ -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
similarity index 97%
rename from include/configs/pumpkin.h
rename to include/configs/mt8516.h
index 9c52cae41d71d1bb7fd63d4ba71dcefdd24f56d3..e809a9c7e3046464014b40d84e0653e2ff34d468 100644 (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>