From 84b509dc43cf84ef16fcd4a57b167351f146cd11 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 28 Jan 2007 18:42:11 +0000 Subject: FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12136 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootloader/SOURCES') diff --git a/bootloader/SOURCES b/bootloader/SOURCES index b86365b429..76cb6931ef 100644 --- a/bootloader/SOURCES +++ b/bootloader/SOURCES @@ -1,8 +1,10 @@ #if defined(IPOD_ARCH) +common.c ipod.c #elif defined(GIGABEAT_F) gigabeat.c #elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200) +common.c main-pp.c #elif defined(ELIO_TPJ1022) tpj1022.c -- cgit v1.2.3