diff options
author | Detlev Zundel <dzu@denx.de> | 2010-03-12 10:01:12 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-21 22:44:42 +0100 |
commit | fd428c05c863aefb575b12b2a1916b02d5bfa759 (patch) | |
tree | af61cbc1d945fde6037ef62ce66723e7231183d5 /cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S | |
parent | c0c316569f70055eb7c70864aaa6d48666782600 (diff) |
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.S | 4 |
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 d140c7e989..00c23121ac 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 */ |