mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-22 14:05:22 -04:00
[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:
committed by
Russell King
parent
f86bd61fd7
commit
13ea55b04e
@@ -15,4 +15,6 @@
|
||||
|
||||
#define board_is_a9m9750dev() (machine_is_cc9p9360dev())
|
||||
|
||||
#define board_is_jscc9p9360() (machine_is_cc9p9360js())
|
||||
|
||||
#endif /* ifndef __ASM_ARCH_BOARD_H */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user