summaryrefslogtreecommitdiff
path: root/bootloader/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/common.c')
-rw-r--r--bootloader/common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootloader/common.c b/bootloader/common.c
index 40e460bed9..e0401a1406 100644
--- a/bootloader/common.c
+++ b/bootloader/common.c
@@ -229,10 +229,6 @@ int load_raw_firmware(unsigned char* buf, char* firmware, int buffer_size)
229 229
230/* These functions are present in the firmware library, but we reimplement 230/* These functions are present in the firmware library, but we reimplement
231 them here because the originals do a lot more than we want */ 231 them here because the originals do a lot more than we want */
232void reset_poweroff_timer(void)
233{
234}
235
236int dbg_ports(void) 232int dbg_ports(void)
237{ 233{
238 return 0; 234 return 0;
@@ -241,7 +237,3 @@ int dbg_ports(void)
241void mpeg_stop(void) 237void mpeg_stop(void)
242{ 238{
243} 239}
244
245void sys_poweroff(void)
246{
247}