diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-05-13 06:34:29 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-13 12:19:13 +0100 |
commit | 6a5f0d3a7800caf74078039d66460466da487b10 (patch) | |
tree | cf1a75786b4a14ce5230de76b9c141d02f45bfe3 /arch/arm/mach-gemini/Makefile | |
parent | bd0f9a3ff48ec4bc2010e74b77c9db45ccc48d0f (diff) | |
download | talos-obmc-linux-6a5f0d3a7800caf74078039d66460466da487b10.tar.gz talos-obmc-linux-6a5f0d3a7800caf74078039d66460466da487b10.zip |
ARM: 6129/1: Gemini: add support for Wiliboard WBD-222
Depends on patch # 6128
Add support for Wiliboard WBD-222.
supported devices on SoC
- GPIO with led und keys
- UART
- PFLASH, set fixed partition table
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-gemini/Makefile')
-rw-r--r-- | arch/arm/mach-gemini/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/Makefile b/arch/arm/mach-gemini/Makefile index 3997487f7b31..8e02c471acd4 100644 --- a/arch/arm/mach-gemini/Makefile +++ b/arch/arm/mach-gemini/Makefile @@ -9,3 +9,4 @@ obj-y := irq.o mm.o time.o devices.o gpio.o # Board-specific support obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o obj-$(CONFIG_MACH_WBD111) += board-wbd111.o +obj-$(CONFIG_MACH_WBD222) += board-wbd222.o |