diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2009-05-16 14:20:39 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-06-04 22:46:17 -0400 |
commit | 4036e1dea565207010408f5c6137a9d8d3c0ff5c (patch) | |
tree | 6d507ba8459dda72874567624979d1d71251ae02 /arch/arm/mach-pxa/include/mach/uncompress.h | |
parent | fc9c1b6fc874d786f32163291b059ec574698aa2 (diff) |
[ARM] pxa: Stargate 2 board support
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
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.h | 2 |
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 5706cea95d11..c6cfd7cd4244 100644 --- a/arch/arm/mach-pxa/include/mach/uncompress.h +++ b/arch/arm/mach-pxa/include/mach/uncompress.h | |||
@@ -36,7 +36,7 @@ static inline void flush(void) | |||
36 | static inline void arch_decomp_setup(void) | 36 | static inline void arch_decomp_setup(void) |
37 | { | 37 | { |
38 | if (machine_is_littleton() || machine_is_intelmote2() | 38 | if (machine_is_littleton() || machine_is_intelmote2() |
39 | || machine_is_csb726()) | 39 | || machine_is_csb726() || machine_is_stargate2()) |
40 | UART = STUART; | 40 | UART = STUART; |
41 | } | 41 | } |
42 | 42 | ||