diff options
author | Marek Vasut <marex@denx.de> | 2012-07-21 05:02:23 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:13 +0200 |
commit | 308252adaf090335fcc0c8bc8b49668f9d98022f (patch) | |
tree | ebda220ff958963d4df1cbf998c889b2ef6540ac /include/configs/omap4_common.h | |
parent | 16e41c857ceb4534e8105f5f13d5803584e69590 (diff) | |
download | u-boot-imx-308252adaf090335fcc0c8bc8b49668f9d98022f.zip u-boot-imx-308252adaf090335fcc0c8bc8b49668f9d98022f.tar.gz u-boot-imx-308252adaf090335fcc0c8bc8b49668f9d98022f.tar.bz2 |
dm: Move OMAP GPIO driver to drivers/gpio/
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: U-Boot DM <u-boot-dm@lists.denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: Tom Rini <trini@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r-- | include/configs/omap4_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index b2e5cc6..6f298a1 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -35,6 +35,7 @@ #define CONFIG_OMAP 1 /* in a TI OMAP core */ #define CONFIG_OMAP44XX 1 /* which is a 44XX */ #define CONFIG_OMAP4430 1 /* which is in a 4430 */ +#define CONFIG_OMAP_GPIO /* Get CPU defs */ #include <asm/arch/cpu.h> |