summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2016-03-13 20:48:14 +0100
committerSzymon Dziok <b0hoon@o2.pl>2016-03-13 20:48:14 +0100
commit164f50b60c84b7ab89e01d107e4d58c2598b4bbe (patch)
tree20c001d5b6866c76bdaefb13e3313a01575880e5
parent663abe3027db698024d8db2e31b58fda6e12ba4e (diff)
downloadrockbox-164f50b60c84b7ab89e01d107e4d58c2598b4bbe.tar.gz
rockbox-164f50b60c84b7ab89e01d107e4d58c2598b4bbe.zip
HDD16X0: disable poweroff while charging, add a note to the config file why.
Change-Id: I90511b019f45d06e3154c986e1abf87a91d79570
-rw-r--r--firmware/export/config/gogearhdd1630.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h
index 3898c3f4fd..773d3fe158 100644
--- a/firmware/export/config/gogearhdd1630.h
+++ b/firmware/export/config/gogearhdd1630.h
@@ -158,7 +158,9 @@
158#define CONFIG_I2C I2C_PP5020 158#define CONFIG_I2C I2C_PP5020
159 159
160/* define this if the hardware can be powered off while charging */ 160/* define this if the hardware can be powered off while charging */
161#define HAVE_POWEROFF_WHILE_CHARGING 161/* It doesn't make sense because original bootloader starts the DAP
162 right after */
163/* #define HAVE_POWEROFF_WHILE_CHARGING */
162 164
163/* The start address index for ROM builds */ 165/* The start address index for ROM builds */
164#define ROM_START 0x00000000 166#define ROM_START 0x00000000