summaryrefslogtreecommitdiff
path: root/bootloader/SOURCES
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-03-23 21:28:25 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-03-23 21:28:25 +0000
commit492fafe8792bf21f034d34bbef0e3d38383fa989 (patch)
tree70f59cc155b207bc3903ceedbb4ad4c0ce5f43d5 /bootloader/SOURCES
parent564daa1a6855cd0194dad3d2ec0de3e443117fa9 (diff)
downloadrockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.gz
rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.zip
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/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index b4d3b82a05..b7816c187c 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -61,6 +61,6 @@ show_logo.c
61mini2440.c 61mini2440.c
62show_logo.c 62show_logo.c
63#elif defined(PBELL_VIBE500) 63#elif defined(PBELL_VIBE500)
64pb_vibe500.c 64main-pp.c
65show_logo.c 65show_logo.c
66#endif 66#endif