diff options
| author | Aneesh V <aneesh@ti.com> | 2011-07-31 20:30:53 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:33:36 +0200 | 
| commit | 080a46eaf1c2a51cc4df1a4cd3ff2578e64c46b6 (patch) | |
| tree | e1703f02c65eed8bee98b2617a5f10c9ff72f848 /arch/arm/include/asm/arch-omap3/omap3.h | |
| parent | c8fc4284cf2e447e07c7e0718982902a4f6e6bff (diff) | |
| download | olio-uboot-2014.01-080a46eaf1c2a51cc4df1a4cd3ff2578e64c46b6.tar.xz olio-uboot-2014.01-080a46eaf1c2a51cc4df1a4cd3ff2578e64c46b6.zip | |
omap: fix gpio related build breaks
Signed-off-by: Aneesh V <aneesh@ti.com>
Acked-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/omap3.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/omap3.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap3.h index d9d49da56..230eaadaa 100644 --- a/arch/arm/include/asm/arch-omap3/omap3.h +++ b/arch/arm/include/asm/arch-omap3/omap3.h @@ -100,14 +100,6 @@ struct s32ktimer {  #endif /* __ASSEMBLY__ */ -/* OMAP3 GPIO registers */ -#define OMAP34XX_GPIO1_BASE		0x48310000 -#define OMAP34XX_GPIO2_BASE		0x49050000 -#define OMAP34XX_GPIO3_BASE		0x49052000 -#define OMAP34XX_GPIO4_BASE		0x49054000 -#define OMAP34XX_GPIO5_BASE		0x49056000 -#define OMAP34XX_GPIO6_BASE		0x49058000 -  #ifndef __ASSEMBLY__  struct gpio {  	unsigned char res1[0x34]; |