rockbox/firmware/target/arm/olympus
2009-01-27 03:19:57 +00:00
..
mrobe-100 Move the PP5020 ADC defines to the c-file instead of repeating them across the header files. Also, the Tatung TPJ1022 should use the common PP5020 ADC driver. 2009-01-27 03:19:57 +00:00
app.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
boot.lds Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe. 2008-11-07 00:15:53 +00:00