mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
17 lines
244 B
Text
17 lines
244 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2014-2021 Tony Dinh <mibodhi@gmail.com>
|
||
|
#
|
||
|
if TARGET_POGO_V4
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "pogo_v4"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "cloudengines"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "pogo_v4"
|
||
|
|
||
|
endif
|