diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-02-16 12:40:55 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-13 05:10:44 -0400 |
commit | aac429707df233e9dc7ed70ea04cd29d832dfe61 (patch) | |
tree | 5a7df3142af59013716cb5db9df0e57d25167a9f /arch/arm/mach-pxa/include/mach/uncompress.h | |
parent | 53f5649b21a7c7b894d68ac4848eb01136fa64aa (diff) |
[ARM] pxa: add initial support for Cogent CSB726 board
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/uncompress.h b/arch/arm/mach-pxa/include/mach/uncompress.h index f4b029c03957..5706cea95d11 100644 --- a/arch/arm/mach-pxa/include/mach/uncompress.h +++ b/arch/arm/mach-pxa/include/mach/uncompress.h | |||
@@ -35,7 +35,8 @@ static inline void flush(void) | |||
35 | 35 | ||
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 | UART = STUART; | 40 | UART = STUART; |
40 | } | 41 | } |
41 | 42 | ||