mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
a834cb817f
Add board support and configuration for Jaguar2 SoC family. The detection of the board type is based on the phy ids. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
14 lines
180 B
Text
14 lines
180 B
Text
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config SYS_VENDOR
|
|
default "mscc"
|
|
|
|
if SOC_SERVAL
|
|
|
|
config SYS_BOARD
|
|
default "serval"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "serval"
|
|
|
|
endif
|