mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
17 lines
231 B
Text
17 lines
231 B
Text
|
# Copyright (c) 2016, NVIDIA CORPORATION.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
if TARGET_P2771_0000
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "p2771-0000"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "nvidia"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "p2771-0000"
|
||
|
|
||
|
endif
|