arm: Rename STM32MP13x
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: Igor Opaniuk <igor.opaniuk@foundries.io>
This commit is contained in:

committed by
Patrice Chotard

parent
eff29f0a60
commit
49de864a25
@@ -30,7 +30,7 @@
|
||||
#endif
|
||||
/* size of the OTP struct in NVMEM PTA */
|
||||
#define _OTP_SIZE_TA(otp) (((otp) * 2 + 2) * 4)
|
||||
#if defined(CONFIG_STM32MP13x) || defined(CONFIG_STM32MP15x)
|
||||
#if defined(CONFIG_STM32MP13X) || defined(CONFIG_STM32MP15x)
|
||||
/* STM32MP1 with BSEC2 */
|
||||
#define OTP_SIZE_TA _OTP_SIZE_TA(96)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user