mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
13 lines
141 B
Plaintext
13 lines
141 B
Plaintext
|
if TARGET_STM32MP1
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "stm32mp1"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "st"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "stm32mp1"
|
||
|
|
||
|
endif
|