mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
71dcfa97fa
Add Kconfig files for Pogoplug V4 board Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Pali Rohár <pali@kernel.org>
16 lines
244 B
Text
16 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
|