mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
786d06742a
commit
04fe77a465
23 changed files with 4 additions and 776 deletions
|
|
@ -559,8 +559,6 @@ void system_init(void)
|
|||
/* to be done */
|
||||
#elif defined (MROBE_100)
|
||||
/* to be done */
|
||||
#elif defined (TATUNG_TPJ1022)
|
||||
/* to be done */
|
||||
#elif defined(PBELL_VIBE500)
|
||||
/* reset all allowed devices */
|
||||
DEV_RS = 0x3ffffef8;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -81,12 +81,6 @@
|
|||
#define USB_GPIO_MASK 0x10
|
||||
#define USB_GPIO_VAL 0x10
|
||||
|
||||
#elif defined(TATUNG_TPJ1022)
|
||||
/* GPIO ? bit ? is usb detect (dummy value)*/
|
||||
#define USB_GPIO GPIOD
|
||||
#define USB_GPIO_MASK 0x10
|
||||
#define USB_GPIO_VAL 0x10
|
||||
|
||||
#elif defined(PBELL_VIBE500)
|
||||
/* GPIO L bit 3 is usb detect */
|
||||
#define USB_GPIO GPIOL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue