mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 22:51:27 +02:00
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>
17 lines
244 B
Plaintext
17 lines
244 B
Plaintext
# 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
|