summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/uncompress.h
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2008-12-12 20:43:09 +0000
committerEric Miao <eric.miao@marvell.com>2008-12-17 22:51:39 +0800
commitb6795fa9fd70bc4cd94724c32fe1945e5c75c29f (patch)
treecd72a986933e1c010d1fa4a923c7fc5e26cddad8 /arch/arm/mach-pxa/include/mach/uncompress.h
parentbc09cf6de2bf9c0240aed7d9a82308c27aad13c4 (diff)
downloadlinux-b6795fa9fd70bc4cd94724c32fe1945e5c75c29f.tar.bz2
[ARM] pxa: initial support for the Imote2 platform
Changes made as suggested by Eric Miao (including fix to map_io silly mistake!). Originally designed by Intel, now sold by Crossbow (www.xbow.com). Very little actually on board. The patch includes sensors and similar as found on commonly occurring daughter boards. Some of the drivers are not in mainline as yet as they are either part of the IIO subsystem or need a lot of work before submission. What is the position wrt to putting them in i2c board configs etc? Support for these boards has been maintained outside the kernel for a long time, but now that there is a good da9030 pmic driver available the last major hurdle no longer exists. All comments welcomed. The Imote2's big brother (stargate2) will follow once any problems with this one have been cleaned up and a few bits and bobs have been added to the da903x driver. Hopefully the cc2420 driver will get cleaned up and submitted in the not too distant future as well. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/uncompress.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/uncompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/uncompress.h b/arch/arm/mach-pxa/include/mach/uncompress.h
index a9a4f302b6ef..f4b029c03957 100644
--- a/arch/arm/mach-pxa/include/mach/uncompress.h
+++ b/arch/arm/mach-pxa/include/mach/uncompress.h
@@ -35,7 +35,7 @@ static inline void flush(void)
static inline void arch_decomp_setup(void)
{
- if (machine_is_littleton())
+ if (machine_is_littleton() || machine_is_intelmote2())
UART = STUART;
}