diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-03-15 14:58:15 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-03-15 15:01:11 +0100 |
| commit | a4fd5bf7cb3d8d071c5fb9d45255c8f85e517b7a (patch) | |
| tree | 5c35337c12a983e7155f517aac6c1496225ef849 /firmware/SOURCES | |
| parent | 5edae54e0d11e810040380aace455af7ec7c8d08 (diff) | |
| download | rockbox-a4fd5bf7cb3d8d071c5fb9d45255c8f85e517b7a.zip rockbox-a4fd5bf7cb3d8d071c5fb9d45255c8f85e517b7a.tar.gz rockbox-a4fd5bf7cb3d8d071c5fb9d45255c8f85e517b7a.tar.bz2 rockbox-a4fd5bf7cb3d8d071c5fb9d45255c8f85e517b7a.tar.xz | |
imx233: enable charging in bootloader USB mode by including powermgmt
Change-Id: I8b91b3ab60cb9ffaa127333e9bcef8c33be742fa
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 9b0f83d..a791cbb 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1335,9 +1335,9 @@ target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c +target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c #ifndef BOOTLOADER target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c -target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c #endif #endif |