diff options
author | Jason Liu <r64343@freescale.com> | 2010-10-18 11:09:26 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2010-10-18 10:43:19 +0200 |
commit | ff9f475d5d46da7e4acf523a61aef65638765670 (patch) | |
tree | f2c6d6d8815ace4162a97d504ba0a761f0d65dca /board/freescale | |
parent | cacc342d5aa311673efdc05770cb53246dd41c9f (diff) |
MX5: rename mx51 to mx5
Rename mx51 to mx5 in order to support more mx51
like-style SOCs such as MX53 and the followings.
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx51evk/mx51evk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c index 84386e6c8ff..c8d7d3964e3 100644 --- a/board/freescale/mx51evk/mx51evk.c +++ b/board/freescale/mx51evk/mx51evk.c @@ -23,7 +23,7 @@ #include <common.h> #include <asm/io.h> #include <asm/arch/imx-regs.h> -#include <asm/arch/mx51_pins.h> +#include <asm/arch/mx5x_pins.h> #include <asm/arch/iomux.h> #include <asm/errno.h> #include <asm/arch/sys_proto.h> |