diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2010-03-23 21:28:25 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2010-03-23 21:28:25 +0000 |
| commit | 492fafe8792bf21f034d34bbef0e3d38383fa989 (patch) | |
| tree | 70f59cc155b207bc3903ceedbb4ad4c0ce5f43d5 /bootloader/SOURCES | |
| parent | 564daa1a6855cd0194dad3d2ec0de3e443117fa9 (diff) | |
| download | rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.zip rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.gz rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.bz2 rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.xz | |
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
Diffstat (limited to 'bootloader/SOURCES')
| -rw-r--r-- | bootloader/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES index b4d3b82..b7816c1 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -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 |