summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-04-23 13:46:04 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-04-23 13:46:04 +0000
commit6cee7579dbdc4d41c4df08c9395cf96c952ebab1 (patch)
treecd62801c3dc65be5923aa156ef9d5c2726629664 /firmware/SOURCES
parent57dc493db55ec9388e3e3a3eb848fffccb07b301 (diff)
downloadrockbox-6cee7579dbdc4d41c4df08c9395cf96c952ebab1.tar.gz
rockbox-6cee7579dbdc4d41c4df08c9395cf96c952ebab1.zip
i.MX31: Add some enums and a couple helper functions to make dealing with pin muxing and pad configuration a bit more sane. Convert any existing code which changes mux/pad settings to use helpers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25698 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ac3adacab4..b69d51af62 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -877,6 +877,7 @@ target/arm/imx31/debug-imx31.c
877target/arm/imx31/dvfs_dptc-imx31.c 877target/arm/imx31/dvfs_dptc-imx31.c
878target/arm/imx31/gpio-imx31.c 878target/arm/imx31/gpio-imx31.c
879target/arm/imx31/i2c-imx31.c 879target/arm/imx31/i2c-imx31.c
880target/arm/imx31/iomuxc-imx31.c
880target/arm/imx31/mc13783-imx31.c 881target/arm/imx31/mc13783-imx31.c
881target/arm/imx31/mmu-imx31.c 882target/arm/imx31/mmu-imx31.c
882target/arm/imx31/rolo_restart.S 883target/arm/imx31/rolo_restart.S