summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-11-19 22:12:42 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-11-19 22:12:42 +0000
commitda7be39614edcc955e1381e6b9ebe402b2c3d9c8 (patch)
tree7e9f74803b2a2ed20558f0c3fe7732af13c99ca2 /bootloader
parent0cb76defd3c311e9dd4c16257c16a2d7daada87a (diff)
downloadrockbox-da7be39614edcc955e1381e6b9ebe402b2c3d9c8.tar.gz
rockbox-da7be39614edcc955e1381e6b9ebe402b2c3d9c8.zip
Fix sim red
Change-Id: Icbdf47c5c508516892b1ce75558b878dc512e780
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/imx233.c2
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 @@
41#include "system-target.h" 41#include "system-target.h"
42#include "fmradio_i2c.h" 42#include "fmradio_i2c.h"
43#include "version.h" 43#include "version.h"
44#include "powermgmt.h" 44#include "powermgmt-imx233.h"
45#include "partitions-imx233.h" 45#include "partitions-imx233.h"
46#include "adc.h" 46#include "adc.h"
47 47