summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/system-imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/system-imx233.c')
-rw-r--r--firmware/target/arm/imx233/system-imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/system-imx233.c b/firmware/target/arm/imx233/system-imx233.c
index 64309b6720..3bf6ebb0f7 100644
--- a/firmware/target/arm/imx233/system-imx233.c
+++ b/firmware/target/arm/imx233/system-imx233.c
@@ -44,7 +44,7 @@
44 44
45void imx233_chip_reset(void) 45void imx233_chip_reset(void)
46{ 46{
47 HW_CLKCTRL_RESET = HW_CLKCTRL_RESET_CHIP; 47 HW_CLKCTRL_RESET = BM_CLKCTRL_RESET_CHIP;
48} 48}
49 49
50void system_reboot(void) 50void system_reboot(void)