Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187478
b: refs/heads/master
c: 662b083
h: refs/heads/master
v: v3
  • Loading branch information
Marc Zyngier authored and Eric Miao committed Mar 1, 2010
1 parent e23f308 commit a5cd741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c95efee13303d9ff9e67f2600174f492039311ce
refs/heads/master: 662b0836a667158284c8a4a091de745fd5637ff1
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-pxa/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ static inline void arch_decomp_setup(void)
|| machine_is_csb726() || machine_is_stargate2()
|| machine_is_cm_x300() || machine_is_balloon3())
uart_base = STUART_BASE;

if (machine_is_arcom_zeus()) {
uart_base = 0x10000000; /* nCS4 */
uart_shift = 1;
uart_is_pxa = 0;
}
}

/*
Expand Down

0 comments on commit a5cd741

Please sign in to comment.