mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
846254888e
Split the board and SOC support for STM32MP15x family and prepare the introduction of new boards with STM32MP15x. This path define the 2 configurations: - STM32MP15x: STM32MP15x soc support (new) - TARGET_ST_STM32MP15x: STMicroelectronics board support (choice) Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
13 lines
179 B
Text
13 lines
179 B
Text
if TARGET_ST_STM32MP15x
|
|
|
|
config SYS_BOARD
|
|
default "stm32mp1"
|
|
|
|
config SYS_VENDOR
|
|
default "st"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stm32mp1"
|
|
|
|
source "board/st/common/Kconfig"
|
|
endif
|