mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 13:06:04 +01:00
This commit adds support for the brppt2 board. The board is based on the i.mx6 dual-lite SoC. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
19 lines
198 B
Plaintext
19 lines
198 B
Plaintext
if TARGET_BRPPT2
|
|
|
|
config SYS_BOARD
|
|
default "brppt2"
|
|
|
|
config SYS_VENDOR
|
|
default "BuR"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "brppt2"
|
|
|
|
config SPL_DM_SPI
|
|
def_bool y
|
|
|
|
endif
|