summaryrefslogtreecommitdiff
path: root/bootloader/iaudio_coldfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iaudio_coldfire.c')
-rw-r--r--bootloader/iaudio_coldfire.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c
index c79ab4b0c5..d9e659847a 100644
--- a/bootloader/iaudio_coldfire.c
+++ b/bootloader/iaudio_coldfire.c
@@ -212,9 +212,3 @@ void main(void)
212 212
213 start_firmware(); 213 start_firmware();
214} 214}
215
216/* These functions are present in the firmware library, but we reimplement
217 them here because the originals do a lot more than we want */
218void screen_dump(void)
219{
220}