mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
60df809f62
This commit adds support for the B&R brsmarc1 SoM. The SoM is based on TI's AM335x SoC. Mainly vxWorks 6.9.4.x is running on the board, doing some PLC stuff on various carrier boards. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
15 lines
176 B
Text
15 lines
176 B
Text
if TARGET_BRSMARC1
|
|
|
|
config SYS_BOARD
|
|
default "brsmarc1"
|
|
|
|
config SYS_VENDOR
|
|
default "BuR"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "brsmarc1"
|
|
|
|
endif
|