diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-19 22:12:42 +0000 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-19 22:12:42 +0000 |
commit | da7be39614edcc955e1381e6b9ebe402b2c3d9c8 (patch) | |
tree | 7e9f74803b2a2ed20558f0c3fe7732af13c99ca2 /bootloader | |
parent | 0cb76defd3c311e9dd4c16257c16a2d7daada87a (diff) | |
download | rockbox-da7be39614edcc955e1381e6b9ebe402b2c3d9c8.tar.gz rockbox-da7be39614edcc955e1381e6b9ebe402b2c3d9c8.zip |
Fix sim red
Change-Id: Icbdf47c5c508516892b1ce75558b878dc512e780
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/imx233.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c index 6c68ab04f7..d115389985 100644 --- a/bootloader/imx233.c +++ b/bootloader/imx233.c @@ -41,7 +41,7 @@ #include "system-target.h" #include "fmradio_i2c.h" #include "version.h" -#include "powermgmt.h" +#include "powermgmt-imx233.h" #include "partitions-imx233.h" #include "adc.h" |