From efb71ed0ce6afee0643025f71e48eabca297d872 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 8 Feb 2017 04:46:54 +0100 Subject: 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 --- apps/features.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/features.txt') 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 #if defined(HAVE_PLAY_FREQ) play_frequency #endif + +#if defined(HAVE_BOOTDATA) +boot_data +#endif -- cgit v1.2.3