summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2016-05-12 06:47:38 +0200
committerCástor Muñoz <cmvidal@gmail.com>2016-05-13 23:21:42 +0200
commit8fb67f48ab57770c3233352de17846a8a773192a (patch)
treefcf00f022dcd297c10ab92df8b85021f55e96f6f /firmware/SOURCES
parent2a1e9eb8a8f50f636f86988de1f0cd1b3acf55bb (diff)
downloadrockbox-8fb67f48ab57770c3233352de17846a8a773192a.tar.gz
rockbox-8fb67f48ab57770c3233352de17846a8a773192a.zip
iPod Classic: updates for uc8702 driver
- Small rework on the UC8702 UART controller to make it compatible with other s5l870x SOCs. Files moved and renamed, many conditional code added to deal with capabilities and 'features' of the different CPUs. - A couple of optimizacions that should not affect the functionality. Change-Id: I705169f7e8b18d5d1da642f81ffc31c4089780a6
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index cd1bf492d8..098eca427f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1610,7 +1610,7 @@ target/arm/s5l8702/ipod6g/pmu-ipod6g.c
1610target/arm/s5l8702/ipod6g/rtc-ipod6g.c 1610target/arm/s5l8702/ipod6g/rtc-ipod6g.c
1611target/arm/s5l8700/usb-nano2g-6g.c 1611target/arm/s5l8700/usb-nano2g-6g.c
1612#ifdef HAVE_SERIAL 1612#ifdef HAVE_SERIAL
1613target/arm/s5l8702/uc8702.c 1613target/arm/uc870x.c
1614target/arm/s5l8702/uart-s5l8702.c 1614target/arm/s5l8702/uart-s5l8702.c
1615target/arm/s5l8702/ipod6g/serial-ipod6g.c 1615target/arm/s5l8702/ipod6g/serial-ipod6g.c
1616#endif 1616#endif