forked from len0rd/rockbox
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
This commit is contained in:
parent
41869a6534
commit
efb71ed0ce
7 changed files with 24 additions and 1 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#define MODEL_NAME "Sandisk Sansa Clipv2"
|
||||
#define FIRMWARE_OFFSET_FILE_DATA 8
|
||||
#define FIRMWARE_OFFSET_FILE_CRC 0
|
||||
/* Define if boot data from bootloader has been enabled for the target */
|
||||
#define HAVE_BOOTDATA
|
||||
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue