summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBoyan Karatotev <boyan.karatotev@arm.com>2026-06-24 08:24:26 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2026-06-24 08:24:26 +0000
commit6d77bcf209c93c8abd16fcbb727f202e7f3c937f (patch)
treeb4d68fb64e19db3f2fac1312e1a564b4341546df /include
parentfe155b2e3f98f9fdc9f1daaf0570104178702a23 (diff)
parent0df5417d2ce556a654edd68ddae3715d000a10fc (diff)
downloadarm-trusted-firmware-6d77bcf209c93c8abd16fcbb727f202e7f3c937f.tar.gz
arm-trusted-firmware-6d77bcf209c93c8abd16fcbb727f202e7f3c937f.zip
Merge changes I7da26084,I191a2cf8,Ic0baf441 into integration
* changes: fix(stm32mp2): force STM32MP_STPMIC1L disabling fix(stm32mp1): disable STM32MP_DDR_FIP_IO_STORAGE fix(st): make STM32MP1X/STM32MP2X boolean flags
Diffstat (limited to 'include')
-rw-r--r--include/drivers/st/stm32mp_ddr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drivers/st/stm32mp_ddr.h b/include/drivers/st/stm32mp_ddr.h
index 970ff19e8..d1bbd2b1f 100644
--- a/include/drivers/st/stm32mp_ddr.h
+++ b/include/drivers/st/stm32mp_ddr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2022-2024, STMicroelectronics - All Rights Reserved
+ * Copyright (C) 2022-2026, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
*/
@@ -28,7 +28,7 @@ enum stm32mp_ddr_reg_type {
struct stm32mp_ddr_reg_desc {
uint16_t offset; /* Offset for base address */
uint8_t par_offset; /* Offset for parameter array */
-#ifdef STM32MP2X
+#if STM32MP2X
bool qd; /* quasi-dynamic register if true */
#endif
};