summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2016-10-02 23:42:13 +0200
committerSzymon Dziok <b0hoon@o2.pl>2016-10-02 23:42:13 +0200
commit68d192e722c6d32fffa3a446044e0642ddab3db7 (patch)
treee1d6450c6c54c9376b3056a2a7d0dce223bc8a3a
parenta0b79ce7fa92a02ae525cbdccbb747e4ace6a789 (diff)
downloadrockbox-68d192e722c6d32fffa3a446044e0642ddab3db7.tar.gz
rockbox-68d192e722c6d32fffa3a446044e0642ddab3db7.zip
SA9200: Remove duplicated and misleading define.
Change-Id: I51f61349de8c32eeb70ca1812e7b34823f482f18
-rw-r--r--firmware/export/config/gogearsa9200.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config/gogearsa9200.h b/firmware/export/config/gogearsa9200.h
index 04dcf8abc4..f0487fcbb3 100644
--- a/firmware/export/config/gogearsa9200.h
+++ b/firmware/export/config/gogearsa9200.h
@@ -148,10 +148,6 @@
148/* Define this if you want to use the PP5024 i2c interface */ 148/* Define this if you want to use the PP5024 i2c interface */
149#define CONFIG_I2C I2C_PP5024 149#define CONFIG_I2C I2C_PP5024
150 150
151/* define this if the hardware can be powered off while charging */
152/* Sansa can't be powered off while charging */
153/* #define HAVE_POWEROFF_WHILE_CHARGING */
154
155/* The start address index for ROM builds */ 151/* The start address index for ROM builds */
156#define ROM_START 0x00000000 152#define ROM_START 0x00000000
157 153