summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2017-02-08 04:46:54 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-10-29 17:52:40 +0100
commitefb71ed0ce6afee0643025f71e48eabca297d872 (patch)
tree9af1578076feeb6d184e5e8b0a118d89ba0d5122 /apps/features.txt
parent41869a6534400090ce61111aa79398513462b24f (diff)
downloadrockbox-efb71ed0ce6afee0643025f71e48eabca297d872.tar.gz
rockbox-efb71ed0ce6afee0643025f71e48eabca297d872.zip
Add boot data to MOST AS3525 Devices
Adds boot data to as3525 devices Sansa C200v2 E200v2 Clip Clipv2 Clip+ ClipZip fuze, fuzev2 m200v4 Adds boot_data to features.txt default arm crt0.s now had boot data if HAVE_BOOTDATA is defined Change-Id: I614a556696540511a69fc12a4520b01c268bf8a9
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 997727dbd9..3c0b0a3856 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -284,3 +284,7 @@ hardware_click
284#if defined(HAVE_PLAY_FREQ) 284#if defined(HAVE_PLAY_FREQ)
285play_frequency 285play_frequency
286#endif 286#endif
287
288#if defined(HAVE_BOOTDATA)
289boot_data
290#endif