avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
25
u-boot/arch/arm/mach-tegra/tegra186/Kconfig
Normal file
25
u-boot/arch/arm/mach-tegra/tegra186/Kconfig
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright (c) 2016, NVIDIA CORPORATION.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
if TEGRA186
|
||||
|
||||
choice
|
||||
prompt "Tegra186 board select"
|
||||
|
||||
config TARGET_P2771_0000
|
||||
bool "NVIDIA Tegra186 P2771-0000 board"
|
||||
help
|
||||
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
|
||||
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
|
||||
micro-B port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO
|
||||
expansion headers.
|
||||
|
||||
endchoice
|
||||
|
||||
config SYS_SOC
|
||||
default "tegra186"
|
||||
|
||||
source "board/nvidia/p2771-0000/Kconfig"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user