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:
Bertrik Sikken 2011-09-05 18:14:29 +00:00
parent 25f0060d21
commit 2052540972
5 changed files with 25 additions and 4 deletions

View file

@ -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)