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 40e460b..e0401a1 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)
/* These functions are present in the firmware library, but we reimplement
them here because the originals do a lot more than we want */
-void reset_poweroff_timer(void)
-{
-}
-
int dbg_ports(void)
{
return 0;
@@ -241,7 +237,3 @@ int dbg_ports(void)
void mpeg_stop(void)
{
}
-
-void sys_poweroff(void)
-{
-}