diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-08-15 20:32:06 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-08-16 17:43:20 -0600 |
commit | f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e (patch) | |
tree | 1cddf80f261eb34e934d4a647264b7d0a27d2bbf /board/m5271evb/m5271evb.c | |
parent | 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c (diff) | |
download | u-boot-f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e.tar.gz u-boot-f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e.tar.xz u-boot-f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e.zip |
ColdFire: Update Freescale MCF52x2 platforms
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/m5271evb/m5271evb.c')
-rw-r--r-- | board/m5271evb/m5271evb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/m5271evb/m5271evb.c b/board/m5271evb/m5271evb.c index c26c91d1b7..9caad6325a 100644 --- a/board/m5271evb/m5271evb.c +++ b/board/m5271evb/m5271evb.c @@ -22,8 +22,7 @@ */ #include <common.h> -#include <asm/m5271.h> -#include <asm/immap_5271.h> +#include <asm/immap.h> int checkboard (void) { puts ("Board: Freescale M5271EVB\n"); |