Archos flash loader: compile with -Os and make all internal functions static to save...
commitcf996af9973d8f8412f5b09df06cded96c8112f5
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 12 Oct 2008 22:10:22 +0000 (12 22:10 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 12 Oct 2008 22:10:22 +0000 (12 22:10 +0000)
treef0924d9866b1a6323ca58be4b5e67e42ea8c5753
parent4a44313aa7ac8be2de7e1d5d080dcd81e9edd366
Archos flash loader: compile with -Os and make all internal functions static to save space. main() and _main() must not be static or they wouldn't end up in IRAM for execution. * Also make some bootbox functions static, and drop the useless return value from charging_screen().

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18791 a1c6a512-1295-4272-9138-f99709370657
flash/bootbox/main.c
flash/bootloader/Makefile
flash/bootloader/bootloader.c
flash/bootloader/bootloader.h