diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-23 06:34:52 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:28:07 +0200 |
commit | e100a3d52ebfb4604cca04710a31dfbc91225e96 (patch) | |
tree | 1b0d34413477e48b1f62673255c7a2f1bd83db2e /board/syteco/zmx25 | |
parent | 4cfc6c4fa7611e79e6434e97db56b6072ad4d05c (diff) | |
download | u-boot-imx-e100a3d52ebfb4604cca04710a31dfbc91225e96.zip u-boot-imx-e100a3d52ebfb4604cca04710a31dfbc91225e96.tar.gz u-boot-imx-e100a3d52ebfb4604cca04710a31dfbc91225e96.tar.bz2 |
mx25: Place common functions into sys_proto.h
imx-regs.h is meant to contain SoC register definitions.
Common SoC funtions should go to sys_proto.h instead.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/syteco/zmx25')
-rw-r--r-- | board/syteco/zmx25/zmx25.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/syteco/zmx25/zmx25.c b/board/syteco/zmx25/zmx25.c index fe5589d..4f37c59 100644 --- a/board/syteco/zmx25/zmx25.c +++ b/board/syteco/zmx25/zmx25.c @@ -33,6 +33,7 @@ #include <asm/io.h> #include <asm/arch/imx-regs.h> #include <asm/arch/imx25-pinmux.h> +#include <asm/arch/sys_proto.h> DECLARE_GLOBAL_DATA_PTR; |