diff options
author | Pavel Machek <pavel@ucw.cz> | 2009-11-18 18:18:24 (GMT) |
---|---|---|
committer | Daniel Walker <dwalker@fifo99.com> | 2009-11-20 14:40:19 (GMT) |
commit | 348ee123a15ec064c0c4c98ecb5fbf4737153887 (patch) | |
tree | b45314b8711be193e0410b02cfb9204104b8fbca /arch/arm/mach-msm/Makefile | |
parent | 6339f6695f84e48b42021c6df91d81b17308fe92 (diff) | |
download | linux-fsl-qoriq-348ee123a15ec064c0c4c98ecb5fbf4737153887.tar.xz |
msm: add minimal board file for HTC Dream device
This is just enough to get the device booting and serial console
working. Sufficient for debugging further MSM7k/Dream Support.
This will support HTC Dream / T-Mobile G1 / Android ADP1 (which
are all the same hardware, known as "trout" to the ARM machine
database).
Signed-off-by: Brian Swetland <swetland@google.com>
Reviewed-by: GeunSik Lim <geunsik.lim@samsung.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index 1aa4700..91e6f5c 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -6,3 +6,4 @@ obj-y += clock.o clock-7x01a.o obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o +obj-$(CONFIG_MACH_TROUT) += board-dream.o |