summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9/trdc.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-12-09 08:46:57 -0600
committerTom Rini <trini@konsulko.com>2024-12-09 08:46:57 -0600
commit9dd0a9ecaa539adb99f74ea5cebcafcdebe93aad (patch)
tree275308e9fd137acde53d74c8d5170a21cbeb9cd4 /arch/arm/mach-imx/imx9/trdc.c
parent39759bf9fe3a5b6d4788164fc046f5f8aee5cbff (diff)
parent1c9fe756edba755679e8e4dc525d12e7deda3808 (diff)
Merge tag 'u-boot-imx-next-20241209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23736 - Add support for the NXP i.MX91 EVK board. - Improve EEPRON suport on i.MX8MP DHCOM board. - Switch phycore_imx8mm to using environment text files and improve environment handling.
Diffstat (limited to 'arch/arm/mach-imx/imx9/trdc.c')
-rw-r--r--arch/arm/mach-imx/imx9/trdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx9/trdc.c b/arch/arm/mach-imx/imx9/trdc.c
index ef0f8b52a4d..d7593ec2718 100644
--- a/arch/arm/mach-imx/imx9/trdc.c
+++ b/arch/arm/mach-imx/imx9/trdc.c
@@ -484,7 +484,7 @@ void trdc_init(void)
}
}
-#if DEBUG
+#ifdef DEBUG
int trdc_mbc_control_dump(ulong trdc_reg, u32 mbc_x, u32 glbac_id)
{
struct trdc_mbc *mbc_base = (struct trdc_mbc *)trdc_get_mbc_base(trdc_reg, mbc_x);