summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/system-target.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-14 16:28:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-08-14 16:29:39 -0400
commit04fe77a4654d43bf4fe07831d25c8ab92f054b65 (patch)
tree85e5868961b42acf72d496af63c2bf8947a46ac3 /firmware/target/arm/pp/system-target.h
parent786d06742a379df667b0fd14df0b2dbc045f312c (diff)
downloadrockbox-04fe77a4654d43bf4fe07831d25c8ab92f054b65.tar.gz
rockbox-04fe77a4654d43bf4fe07831d25c8ab92f054b65.zip
Remove the (very) incomplete port for the Tatung TPJ-1102
It was barely even a stub, and hasn't seen any development since 2009 Change-Id: I0aa15d9a7b90ae8c771924d9f401380d4cc0fab9
Diffstat (limited to 'firmware/target/arm/pp/system-target.h')
-rw-r--r--firmware/target/arm/pp/system-target.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/target/arm/pp/system-target.h b/firmware/target/arm/pp/system-target.h
index 1e947195bd..b00374e40e 100644
--- a/firmware/target/arm/pp/system-target.h
+++ b/firmware/target/arm/pp/system-target.h
@@ -175,14 +175,6 @@ extern unsigned char probed_ramsize;
175int battery_default_capacity(void); 175int battery_default_capacity(void);
176#endif 176#endif
177 177
178
179#ifdef BOOTLOADER
180#if defined(TATUNG_TPJ1022)
181 /* Some targets don't like yielding in the bootloader - force
182 * yield() to return without a context switch. */
183#define YIELD_KERNEL_HOOK() true
184#endif
185
186#ifdef HAVE_BOOTLOADER_USB_MODE 178#ifdef HAVE_BOOTLOADER_USB_MODE
187void tick_stop(void); 179void tick_stop(void);
188void system_prepare_fw_start(void); 180void system_prepare_fw_start(void);