mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04:00
Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c7e8410e3c
commit
c883f6ea32
2
MAKEALL
2
MAKEALL
@ -315,7 +315,7 @@ LIST_microblaze=" \
|
|||||||
LIST_coldfire=" \
|
LIST_coldfire=" \
|
||||||
cobra5272 EB+MCF-EV123 EB+MCF-EV123_internal \
|
cobra5272 EB+MCF-EV123 EB+MCF-EV123_internal \
|
||||||
idmr M5271EVB M5272C3 M5282EVB \
|
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 */
|
coldfire does not have this instruction. Dummy function */
|
||||||
}
|
}
|
||||||
#endif /* CFG_FLASH_CFI */
|
#endif /* CFG_FLASH_CFI */
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#ifndef __IMMAP_H
|
#ifndef __IMMAP_H
|
||||||
#define __IMMAP_H
|
#define __IMMAP_H
|
||||||
|
|
||||||
#ifdef CONFIG_M5329
|
#ifdef CONFIG_M5329
|
||||||
#include <asm/immap_5329.h>
|
#include <asm/immap_5329.h>
|
||||||
#include <asm/m5329.h>
|
#include <asm/m5329.h>
|
||||||
@ -53,5 +53,5 @@
|
|||||||
#define CFG_INTR_BASE (MMAP_INTC0)
|
#define CFG_INTR_BASE (MMAP_INTC0)
|
||||||
#define CFG_NUM_IRQS (128)
|
#define CFG_NUM_IRQS (128)
|
||||||
#endif /* CONFIG_M5329 */
|
#endif /* CONFIG_M5329 */
|
||||||
|
|
||||||
#endif /* __IMMAP_H */
|
#endif /* __IMMAP_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user