summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-07-03 15:18:41 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-07-03 15:18:41 +0000
commite36b20c4a1709ae9fd3020b9f08875c8c03a0912 (patch)
treed17371221234fc16da4e9175fdd0890b7eb58b62 /firmware/SOURCES
parent22b6def065ab7c2ca030f405577e34104ad20011 (diff)
downloadrockbox-e36b20c4a1709ae9fd3020b9f08875c8c03a0912.tar.gz
rockbox-e36b20c4a1709ae9fd3020b9f08875c8c03a0912.zip
imx233/fuze+: replace software i2c by hardware i2c, make some code more correct, reduce code size of lcd init sequences
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30120 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 12774b051f..a4be2a5f25 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -488,6 +488,8 @@ target/arm/pnx0101/timer-pnx0101.c
488#endif 488#endif
489 489
490#if CONFIG_CPU == IMX233 490#if CONFIG_CPU == IMX233
491target/arm/imx233/i2c-imx233.c
492target/arm/imx233/lcdif-imx233.c
491target/arm/imx233/clkctrl-imx233.c 493target/arm/imx233/clkctrl-imx233.c
492target/arm/imx233/system-imx233.c 494target/arm/imx233/system-imx233.c
493target/arm/imx233/timrot-imx233.c 495target/arm/imx233/timrot-imx233.c
@@ -1448,13 +1450,11 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1448#ifdef SANSA_FUZEPLUS 1450#ifdef SANSA_FUZEPLUS
1449#ifndef SIMULATOR 1451#ifndef SIMULATOR
1450#ifndef BOOTLOADER 1452#ifndef BOOTLOADER
1451drivers/generic_i2c.c
1452drivers/synaptics-rmi.c 1453drivers/synaptics-rmi.c
1453#endif 1454#endif
1454target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c 1455target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c
1455target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c 1456target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1456target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c 1457target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1457target/arm/imx233/lcdif-imx233.c
1458#endif /* SIMULATOR */ 1458#endif /* SIMULATOR */
1459#endif 1459#endif
1460 1460