aboutsummaryrefslogtreecommitdiff
path: root/board/st/common/Kconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2024-01-15 15:05:57 +0100
committerPatrice Chotard <patrice.chotard@foss.st.com>2024-01-19 14:38:59 +0100
commit9f1dc110cccaf635e6b637b246e20a2a95acde8d (patch)
tree3fcb4a4c422d91d46cad26d2cfa906f435993922 /board/st/common/Kconfig
parent49de864a2514bb6c9a7df253bf78b711699f07f3 (diff)
downloadu-boot-9f1dc110cccaf635e6b637b246e20a2a95acde8d.zip
u-boot-9f1dc110cccaf635e6b637b246e20a2a95acde8d.tar.gz
u-boot-9f1dc110cccaf635e6b637b246e20a2a95acde8d.tar.bz2
arm: Rename STM32MP15x
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>
Diffstat (limited to 'board/st/common/Kconfig')
-rw-r--r--board/st/common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig
index 6d1b76b..5efac65 100644
--- a/board/st/common/Kconfig
+++ b/board/st/common/Kconfig
@@ -1,7 +1,7 @@
config CMD_STBOARD
bool "stboard - command for OTP board information"
depends on ARCH_STM32MP
- default y if TARGET_ST_STM32MP25X || TARGET_ST_STM32MP15x || TARGET_ST_STM32MP13X
+ default y if TARGET_ST_STM32MP25X || TARGET_ST_STM32MP15X || TARGET_ST_STM32MP13X
help
This compile the stboard command to
read and write the board in the OTP.