summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/system-pp502x.c
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-pp502x.c
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-pp502x.c')
-rw-r--r--firmware/target/arm/pp/system-pp502x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/pp/system-pp502x.c b/firmware/target/arm/pp/system-pp502x.c
index d6dfad1b24..fb6fe28d91 100644
--- a/firmware/target/arm/pp/system-pp502x.c
+++ b/firmware/target/arm/pp/system-pp502x.c
@@ -559,8 +559,6 @@ void system_init(void)
559 /* to be done */ 559 /* to be done */
560#elif defined (MROBE_100) 560#elif defined (MROBE_100)
561 /* to be done */ 561 /* to be done */
562#elif defined (TATUNG_TPJ1022)
563 /* to be done */
564#elif defined(PBELL_VIBE500) 562#elif defined(PBELL_VIBE500)
565 /* reset all allowed devices */ 563 /* reset all allowed devices */
566 DEV_RS = 0x3ffffef8; 564 DEV_RS = 0x3ffffef8;