summaryrefslogtreecommitdiff
path: root/board/freescale/m5329evb
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m5329evb')
-rw-r--r--board/freescale/m5329evb/m5329evb.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/m5329evb/m5329evb.c b/board/freescale/m5329evb/m5329evb.c
index d180b6f..058cda5 100644
--- a/board/freescale/m5329evb/m5329evb.c
+++ b/board/freescale/m5329evb/m5329evb.c
@@ -87,10 +87,3 @@ int testdram(void)
return (0);
}
-#ifdef CFG_FLASH_CFI
-void sync(void)
-{
- /* This sync function is PowerPC intruction,
- coldfire does not have this instruction. Dummy function */
-}
-#endif /* CFG_FLASH_CFI */