diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-03-14 18:17:41 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:00:32 +0800 |
commit | b7f153c8b55c4ccccf792de9dd63ece243c72435 (patch) | |
tree | c165374868d1a074604dc2e6e4ab6fc99fba950b | |
parent | 2b899b9c52fb82ce9a8f3599c8e4799c974bc68b (diff) | |
download | u-boot-imx-b7f153c8b55c4ccccf792de9dd63ece243c72435.zip u-boot-imx-b7f153c8b55c4ccccf792de9dd63ece243c72435.tar.gz u-boot-imx-b7f153c8b55c4ccccf792de9dd63ece243c72435.tar.bz2 |
MLK-10774-32 imx:mx6slevk inlcude crm_regs.h
Add missed included header file crm_regs.h
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
-rw-r--r-- | board/freescale/mx6slevk/mx6slevk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx6slevk/mx6slevk.c b/board/freescale/mx6slevk/mx6slevk.c index db4b9f8..137fae3 100644 --- a/board/freescale/mx6slevk/mx6slevk.c +++ b/board/freescale/mx6slevk/mx6slevk.c @@ -7,6 +7,7 @@ */ #include <asm/arch/clock.h> +#include <asm/arch/crm_regs.h> #include <asm/arch/iomux.h> #include <asm/arch/imx-regs.h> #include <asm/arch/mx6-pins.h> |