summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-01-08 03:16:28 +0100
committerPatrice Chotard <[email protected]>2026-01-29 10:47:57 +0100
commit9fca4cc1d0b5cae9f4e4e437cebd1c5c3443afc1 (patch)
treeff142c8c69824cf149b3e643f1abd7fc7f12d579 /board
parent7f637df3dba40fbbc3c711e06d8f6b98d80a62dd (diff)
ARM: stm32: Use CONFIG_STM32MP15X to discern STM32MP15xx on DH STM32MP15xx DHSOM
Use plain CONFIG_STM32MP15X to discern code which is specific to STM32MP15xx in DH STM32MP1 DHSOM board files. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'board')
-rw-r--r--board/dhelectronics/dh_stm32mp1/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dhelectronics/dh_stm32mp1/board.c b/board/dhelectronics/dh_stm32mp1/board.c
index 55526189d5a..90590d14941 100644
--- a/board/dhelectronics/dh_stm32mp1/board.c
+++ b/board/dhelectronics/dh_stm32mp1/board.c
@@ -314,7 +314,7 @@ int board_stm32mp1_ddr_config_name_match(struct udevice *dev,
return 0;
}
- if (IS_ENABLED(CONFIG_TARGET_DH_STM32MP15X)) {
+ if (IS_ENABLED(CONFIG_STM32MP15X)) {
if (ddr3code == 1 &&
!strcmp(name, "st,ddr3l-dhsom-1066-888-bin-g-2x1gb-533mhz"))
return 0;