diff options
| author | Andy Green <andy.green@linaro.org> | 2011-05-31 09:24:48 +0100 |
|---|---|---|
| committer | Andy Green <andy.green@linaro.org> | 2011-05-31 11:06:19 +0100 |
| commit | c2899876cee7d9051f401159c3169a8a64d3300e (patch) | |
| tree | 22a65c32bc5548914383d78526e38a09495d778f /arch | |
| parent | c126b4936cd5836403467ca93f482d5100fc68d6 (diff) | |
meddle1
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 | ||||
| -rw-r--r-- | arch/arm/plat-omap/include/plat/omap44xx.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 4f8d3e99dbd..93f1352f122 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -280,7 +280,6 @@ obj-$(CONFIG_ARCH_OMAP4) += hwspinlocks.o smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o obj-y += $(smsc911x-m) $(smsc911x-y) -obj-$(CONFIG_ARCH_OMAP4) += hwspinlock.o disp-$(CONFIG_OMAP2_DSS) := display.o obj-y += $(disp-m) $(disp-y) diff --git a/arch/arm/plat-omap/include/plat/omap44xx.h b/arch/arm/plat-omap/include/plat/omap44xx.h index ef2c3b803d2..d5cffbb3142 100644 --- a/arch/arm/plat-omap/include/plat/omap44xx.h +++ b/arch/arm/plat-omap/include/plat/omap44xx.h @@ -49,6 +49,7 @@ #define OMAP44XX_MAILBOX_BASE (L4_44XX_BASE + 0xF4000) #define OMAP44XX_HSUSB_OTG_BASE (L4_44XX_BASE + 0xAB000) +#define OMAP44XX_SPINLOCK_BASE (L4_44XX_BASE + 0xF6000) #define OMAP4_MMU1_BASE 0x55082000 #define OMAP4_MMU2_BASE 0x4A066000 |
