diff options
author | Jason Liu <r64343@freescale.com> | 2013-06-08 11:05:50 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-06-08 11:11:59 +0800 |
commit | 0ad327f8d0811da6725296d881ce2f3335462c93 (patch) | |
tree | 703bdbecb24cd864c7d7318012656abaf55ce8b2 | |
parent | e523bf66a7f484156a06d42983a92e1b52ed0171 (diff) | |
download | u-boot-imx-0ad327f8d0811da6725296d881ce2f3335462c93.zip u-boot-imx-0ad327f8d0811da6725296d881ce2f3335462c93.tar.gz u-boot-imx-0ad327f8d0811da6725296d881ce2f3335462c93.tar.bz2 |
ENGR00266276 i.mx6qarm2:should include the asm/arch/mx6-pins.h
We need include asm/arch/mx6-pins.h now
Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r-- | board/freescale/mx6qarm2/mx6qarm2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/freescale/mx6qarm2/mx6qarm2.c b/board/freescale/mx6qarm2/mx6qarm2.c index ff7f5e8..526b36b 100644 --- a/board/freescale/mx6qarm2/mx6qarm2.c +++ b/board/freescale/mx6qarm2/mx6qarm2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2013 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. @@ -23,7 +23,8 @@ #include <common.h> #include <asm/io.h> #include <asm/arch/imx-regs.h> -#include <asm/arch/mx6q_pins.h> +#include <asm/arch/iomux.h> +#include <asm/arch/mx6-pins.h> #include <asm/arch/clock.h> #include <asm/errno.h> #include <asm/gpio.h> |