mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
9f1dc110cc
CONFIG options must not use lower-case letter. Convert this and related ones to upper case. Signed-off-by: Simon Glass <sjg@chromium.org Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
28 lines
382 B
Text
28 lines
382 B
Text
if TARGET_ST_STM32MP15X
|
|
|
|
config SYS_BOARD
|
|
default "stm32mp1"
|
|
|
|
config SYS_VENDOR
|
|
default "st"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stm32mp15_st_common"
|
|
|
|
source "board/st/common/Kconfig"
|
|
endif
|
|
|
|
if TARGET_ST_STM32MP13X
|
|
|
|
config SYS_BOARD
|
|
default "stm32mp1"
|
|
|
|
config SYS_VENDOR
|
|
default "st"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stm32mp13_st_common"
|
|
|
|
source "board/st/common/Kconfig"
|
|
|
|
endif
|