GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
if TARGET_MT8516
|
||||
|
||||
config SYS_BOARD
|
||||
default "pumpkin"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "pumpkin"
|
||||
|
||||
config MTK_BROM_HEADER_INFO
|
||||
string
|
||||
default "media=emmc"
|
||||
|
||||
endif
|
||||
@@ -0,0 +1,6 @@
|
||||
Pumpkin
|
||||
M: Fabien Parent <fparent@baylibre.com>
|
||||
S: Maintained
|
||||
F: board/mediatek/pumpkin
|
||||
F: include/configs/pumpkin.h
|
||||
F: configs/pumpkin_defconfig
|
||||
@@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-y += pumpkin.o
|
||||
@@ -0,0 +1,11 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Copyright (C) 2019 BayLibre SAS
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
int board_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user