mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Sansa e200v2: Enable thumb for bootloader by default
Thumb bootloaders were confirmed to work in this post: https://forums.rockbox.org/index.php/topic,54768.msg253473.html#msg253473 Change-Id: Id52769b9b6a2acc167503fa61aec665f4090fdc1
This commit is contained in:
parent
9f3d83d03f
commit
8bdf08cd2d
1 changed files with 5 additions and 0 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
|
@ -27,6 +27,7 @@ bindir=
|
|||
libdir=
|
||||
sharedir=
|
||||
|
||||
arm_thumb_boot=
|
||||
thread_support="ASSEMBLER_THREADS"
|
||||
sysfont="08-Schumacher-Clean"
|
||||
app_lcd_width=
|
||||
|
|
@ -2511,6 +2512,7 @@ fi
|
|||
appextra="recorder:gui:radio"
|
||||
plugins="yes"
|
||||
toolset=$scramblebitmaptools
|
||||
arm_thumb_boot=1
|
||||
t_cpu="arm"
|
||||
t_manufacturer="as3525"
|
||||
t_model="sansa-e200v2"
|
||||
|
|
@ -4233,6 +4235,9 @@ fi
|
|||
if test -n "$bootoutput"; then
|
||||
output=$bootoutput
|
||||
fi
|
||||
if test -n "$arm_thumb_boot" && test -z "$ARG_ARM_THUMB"; then
|
||||
ARG_ARM_THUMB=1
|
||||
fi
|
||||
extradefines="$extradefines -DBOOTLOADER -ffunction-sections -fdata-sections"
|
||||
bootloader="1"
|
||||
if [ -n "${sysfontbl}" ] ; then sysfont=$sysfontbl ; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue