commit | da1a3dc0ebb4f9209a1939eaa6b18901e0cd7bc0 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@marvell.com> | Thu Sep 11 10:43:02 2008 +0800 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Sep 25 09:54:56 2008 +0100 |
tree | 38fac4d68fa639b7c71a0340a14d23883879bc23 | |
parent | 0ffcbfd54ea81ca24c0749f55ca4fcf3e2bdc23e [diff] |
[ARM] pxa: introduce cpu_is_pxa26x() PXA26x (PXA261/262) is actually a PXA250 with stacked Intel(R) StartaFlash. And this can be decided by bit 3 (PKG_TYPE) of BOOT_DEF register. Due to this extra I/O register access, make cpu_is_pxa26x() a public function instead of a macro. Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>