Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c7e8410e3c
commit
c883f6ea32
3 changed files with 3 additions and 4 deletions
2
MAKEALL
2
MAKEALL
|
@ -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…
Reference in a new issue