diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-01-29 11:40:18 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-18 21:27:02 +0900 |
commit | 73d6a69e3b3ae168fcb8d797e427c1b5fe132a40 (patch) | |
tree | 5392a4af0462f3c25cb0ed0da54636dd8e4c054b /arch/arm/mach-shmobile/Makefile | |
parent | b3425eb9df0a57f0b4ce0ad66831028f6ffe1615 (diff) | |
download | blackbird-obmc-linux-73d6a69e3b3ae168fcb8d797e427c1b5fe132a40.tar.gz blackbird-obmc-linux-73d6a69e3b3ae168fcb8d797e427c1b5fe132a40.zip |
ARM: shmobile: marzen: Reference DT implementation
Provide alternate board code for the marzen to demonstrate
how DT may be used given the current state of driver
device tree support. This is intended to act as a reference
for mach-shmobile developers.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index b646ff4d742a..3705d4f7096b 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o obj-$(CONFIG_MACH_KOTA2) += board-kota2.o obj-$(CONFIG_MACH_BONITO) += board-bonito.o obj-$(CONFIG_MACH_MARZEN) += board-marzen.o +obj-$(CONFIG_MACH_MARZEN_REFERENCE) += board-marzen-reference.o obj-$(CONFIG_MACH_ARMADILLO800EVA) += board-armadillo800eva.o obj-$(CONFIG_MACH_KZM9D) += board-kzm9d.o obj-$(CONFIG_MACH_KZM9G) += board-kzm9g.o |