mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-25 11:25:17 +00:00
14 lines
187 B
Text
14 lines
187 B
Text
|
if TARGET_ST_STM32MP25X
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "stm32mp2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "st"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "stm32mp25_common"
|
||
|
|
||
|
source "board/st/common/Kconfig"
|
||
|
endif
|