mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: rewrite clkctrl using new register headers
Change-Id: I6c79e99ed4ab20e00c3110d870e144a6c8596769
This commit is contained in:
parent
f545908c16
commit
2a01b3766f
4 changed files with 98 additions and 218 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
void imx233_chip_reset(void)
|
||||
{
|
||||
HW_CLKCTRL_RESET = HW_CLKCTRL_RESET_CHIP;
|
||||
HW_CLKCTRL_RESET = BM_CLKCTRL_RESET_CHIP;
|
||||
}
|
||||
|
||||
void system_reboot(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue