diff options
author | Jason Liu <r64343@freescale.com> | 2013-05-14 14:50:46 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-05-21 13:26:08 +0800 |
commit | 03491c67d372161ab43004c361b59c2a3860049f (patch) | |
tree | ff913468dd42328435abeb9b282901fa24149900 /board/freescale/mx6qsabreauto/mx6qsabreauto.c | |
parent | d004b169de7d07408cad6c45e6ece660b6d26da7 (diff) | |
download | u-boot-imx-03491c67d372161ab43004c361b59c2a3860049f.zip u-boot-imx-03491c67d372161ab43004c361b59c2a3860049f.tar.gz u-boot-imx-03491c67d372161ab43004c361b59c2a3860049f.tar.bz2 |
ENGR00263305-6 i.mx6:sabreauto: Add the i.MX6DL sabreauto board support
This patch is to add the i.MX6DL sabreauto board support.
i.MX6DL sabreauto board share the same design with i.MX6Q
sabreauto board except the SOC difference.
The DDR script has been updated to the v0.2 version from
ddr-scripts-rel.git, the commit based on is:
bfd157a Updated MX6DL and MX6DQ ARD and SabreSD scripts
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'board/freescale/mx6qsabreauto/mx6qsabreauto.c')
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6qsabreauto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6qsabreauto/mx6qsabreauto.c b/board/freescale/mx6qsabreauto/mx6qsabreauto.c index a0cacaa..9ae496e 100644 --- a/board/freescale/mx6qsabreauto/mx6qsabreauto.c +++ b/board/freescale/mx6qsabreauto/mx6qsabreauto.c @@ -23,7 +23,7 @@ #include <asm/arch/clock.h> #include <asm/arch/imx-regs.h> #include <asm/arch/iomux.h> -#include <asm/arch/mx6q_pins.h> +#include <asm/arch/mx6-pins.h> #include <asm/errno.h> #include <asm/gpio.h> #include <asm/imx-common/iomux-v3.h> @@ -250,7 +250,7 @@ int checkboard(void) break; } - printf("Board: MX6Q-Sabreauto rev%s\n", revname); + printf("Board: MX6Q/SDL-Sabreauto rev%s\n", revname); return 0; } |