diff options
| author | Fabien Parent <[email protected]> | 2021-02-15 19:07:44 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-20 16:24:26 -0400 |
| commit | 86e07d59ee53cdd209c114bdabef599d3b3d2036 (patch) | |
| tree | cd58f07ad4dd82df096b43b7d53072797bc49058 /include | |
| parent | f879f2621b42529cf5f88912a07d2866cfc8fd45 (diff) | |
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]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mt8516.h (renamed from include/configs/pumpkin.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/pumpkin.h b/include/configs/mt8516.h index 9c52cae41d7..e809a9c7e30 100644 --- a/include/configs/pumpkin.h +++ b/include/configs/mt8516.h @@ -6,8 +6,8 @@ * Author: Fabien Parent <[email protected] */ -#ifndef __PUMPKIN_H -#define __PUMPKIN_H +#ifndef __MT8516_H +#define __MT8516_H #include <linux/sizes.h> |
