mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b615267633
The Colorado TK1 SOM is a small form factor board similar to the Jetson TK1. The main differences lie in the pinmux, and in that the PCIe controller is set to use in 4lanes+1lane, rather than 2+2. The pinmux header here was generated from a spreadsheet provided by Colorado Engineering using the tegra-pinmux scripts. The spreadsheet was converted from v09 to v11 by me. Signed-off-by: Peter Chubb <peter.chubb@data61.csiro.au> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
12 lines
151 B
Text
12 lines
151 B
Text
if TARGET_CEI_TK1_SOM
|
|
|
|
config SYS_BOARD
|
|
default "cei-tk1-som"
|
|
|
|
config SYS_VENDOR
|
|
default "cei"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "cei-tk1-som"
|
|
|
|
endif
|