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
This commit is contained in:
Solomon Peachy 2021-08-14 16:28:30 -04:00
parent 786d06742a
commit 04fe77a465
23 changed files with 4 additions and 776 deletions

View file

@ -175,14 +175,6 @@ extern unsigned char probed_ramsize;
int battery_default_capacity(void);
#endif
#ifdef BOOTLOADER
#if defined(TATUNG_TPJ1022)
/* Some targets don't like yielding in the bootloader - force
* yield() to return without a context switch. */
#define YIELD_KERNEL_HOOK() true
#endif
#ifdef HAVE_BOOTLOADER_USB_MODE
void tick_stop(void);
void system_prepare_fw_start(void);