summaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2010-03-12 09:01:12 (GMT)
committerWolfgang Denk <wd@denx.de>2010-03-21 21:44:42 (GMT)
commitfd428c05c863aefb575b12b2a1916b02d5bfa759 (patch)
treeaf61cbc1d945fde6037ef62ce66723e7231183d5 /cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S
parentc0c316569f70055eb7c70864aaa6d48666782600 (diff)
downloadu-boot-fd428c05c863aefb575b12b2a1916b02d5bfa759.tar.xz
mpc5xxx: Remove all references to MGT5100
We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S')
-rw-r--r--cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S b/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S
index d140c7e..00c2312 100644
--- a/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S
+++ b/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S
@@ -6,8 +6,6 @@
#include <config.h>
-#if defined(CONFIG_MPC5200)
-
/* sas/sccg, gas target */
.section smartdmaInitData,"aw",@progbits /* Initialized data for task variables */
.section smartdmaTaskTable,"aw",@progbits /* Task tables */
@@ -359,5 +357,3 @@ scEthernetRecv_CSave: /* Task 0 context save space */
.globl scEthernetXmit_CSave
scEthernetXmit_CSave: /* Task 1 context save space */
.space 128, 0x0
-
-#endif /* CONFIG_MPC5200 */