1
0
Fork 0
forked from len0rd/rockbox

Packard Bell Vibe 500: remove the old bootloader code (actually a lack of code) and make the main-pp.c acting like a true bootloader for the DAP. It's the first step to integrate the DAP with the RBUtil.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25311 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-03-23 21:28:25 +00:00
parent 564daa1a68
commit 492fafe879
6 changed files with 11 additions and 89 deletions

View file

@ -61,6 +61,6 @@ show_logo.c
mini2440.c
show_logo.c
#elif defined(PBELL_VIBE500)
pb_vibe500.c
main-pp.c
show_logo.c
#endif