mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
sansa clipzip: implement default dualboot code (boots to OF unconditionally for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30435 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
25f0060d21
commit
2052540972
5 changed files with 25 additions and 4 deletions
|
|
@ -174,6 +174,9 @@ uclcopy:
|
|||
cmp r2, #0 @ test input from pins
|
||||
bne boot_of @ branch directly to OF if either pin high
|
||||
|
||||
#elif defined(SANSA_CLIPZIP)
|
||||
@ just boot the OF
|
||||
b boot_of
|
||||
|
||||
#elif defined(SANSA_C200V2)
|
||||
.set BUTTON_LEFT, (1<< 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue