GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
if TARGET_GEEKBOX
|
||||
|
||||
config SYS_BOARD
|
||||
default "geekbox"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "geekbuying"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "geekbox"
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
|
||||
endif
|
||||
@@ -0,0 +1,6 @@
|
||||
GEEKBOX
|
||||
M: Andreas Färber <afaerber@suse.de>
|
||||
S: Maintained
|
||||
F: board/geekbuying/geekbox
|
||||
F: include/configs/geekbox.h
|
||||
F: configs/geekbox_defconfig
|
||||
@@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
# Copyright (c) 2016 Andreas Färber
|
||||
|
||||
obj-y += geekbox.o
|
||||
@@ -0,0 +1 @@
|
||||
see board/rockchip/sheep_rk3368/README
|
||||
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (c) 2016 Andreas Färber
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
Reference in New Issue
Block a user