mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
# 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
|