diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-04-02 06:05:54 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-08 11:29:05 -0400 |
commit | 5bf299bc4f3a7a84a2691976e00b45505aa732f2 (patch) | |
tree | 5a8e04f2a41df649a18f325dabb2f19215c43cc8 /board/overo | |
parent | 86b128d6f775d948805d190053ff9daa0b49629a (diff) | |
download | u-boot-imx-5bf299bc4f3a7a84a2691976e00b45505aa732f2.zip u-boot-imx-5bf299bc4f3a7a84a2691976e00b45505aa732f2.tar.gz u-boot-imx-5bf299bc4f3a7a84a2691976e00b45505aa732f2.tar.bz2 |
asm/omap_gpmc.h: consolidate common defines
arch/arm/include/asm/arch-am33xx/omap_gpmc.h and
arch/arm/include/asm/arch-omap3/omap_gpmc.h are almost the same, consolidate
the common parts into a new header.
Introduce a new asm/omap_gpmc.h which defines the command part and pulls in
the architecture specific one.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/overo')
-rw-r--r-- | board/overo/overo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/overo/overo.c b/board/overo/overo.c index 8690450..c10c44c 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -37,7 +37,7 @@ #include <asm/arch/mux.h> #include <asm/arch/mem.h> #include <asm/arch/sys_proto.h> -#include <asm/arch/omap_gpmc.h> +#include <asm/omap_gpmc.h> #include <asm/gpio.h> #include <asm/mach-types.h> #include "overo.h" |