Coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
master
Stefan Roese 18 years ago
parent c7e8410e3c
commit c883f6ea32
  1. 2
      MAKEALL
  2. 1
      board/freescale/m5329evb/m5329evb.c
  3. 4
      include/asm-m68k/immap.h

@ -315,7 +315,7 @@ LIST_microblaze=" \
LIST_coldfire=" \
cobra5272 EB+MCF-EV123 EB+MCF-EV123_internal \
idmr M5271EVB M5272C3 M5282EVB \
TASREG r5200 M5271EVB M5329EVB \
M5329EVB r5200 TASREG \
"
#########################################################################

@ -94,4 +94,3 @@ void sync(void)
coldfire does not have this instruction. Dummy function */
}
#endif /* CFG_FLASH_CFI */

@ -25,7 +25,7 @@
#ifndef __IMMAP_H
#define __IMMAP_H
#ifdef CONFIG_M5329
#include <asm/immap_5329.h>
#include <asm/m5329.h>
@ -53,5 +53,5 @@
#define CFG_INTR_BASE (MMAP_INTC0)
#define CFG_NUM_IRQS (128)
#endif /* CONFIG_M5329 */
#endif /* __IMMAP_H */

Loading…
Cancel
Save