mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f8c8cedd7a
Adding the support for the Luton boards PCB91 which share common code with the Ocelots boards, including board code, device tree and configuration. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
14 lines
177 B
Text
14 lines
177 B
Text
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
if SOC_LUTON
|
|
|
|
config SYS_VENDOR
|
|
default "mscc"
|
|
|
|
config SYS_BOARD
|
|
default "luton"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "luton"
|
|
|
|
endif
|