[ARM] 4301/1: add mach type cc9p9360js

The support for that machine is not yet complete, but it's enough to
be useful as a test platform for the serial and ethernet driver.

Moreover a typo in the product name is fixed that I missed in the
last patch.

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Uwe Kleine-König
2007-04-02 21:09:31 +01:00
committed by Russell King
parent f86bd61fd7
commit 13ea55b04e
7 changed files with 77 additions and 3 deletions

View File

@@ -15,4 +15,6 @@
#define board_is_a9m9750dev() (machine_is_cc9p9360dev())
#define board_is_jscc9p9360() (machine_is_cc9p9360js())
#endif /* ifndef __ASM_ARCH_BOARD_H */

View File

@@ -13,6 +13,7 @@
#include <asm/mach-types.h>
#define processor_is_ns9360() (machine_is_cc9p9360dev())
#define processor_is_ns9360() (machine_is_cc9p9360dev() \
|| machine_is_cc9p9360js())
#endif /* ifndef __ASM_ARCH_PROCESSOR_H */