projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff40cda
)
arm: mx23: recognise stmp378x as mx23
author
Wolfram Sang
<w.sang@pengutronix.de>
Sat, 26 Nov 2011 10:39:14 +0000
(11:39 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 21 Dec 2011 20:57:34 +0000
(12:57 -0800)
commit
11357be9246c7d1acf9b37ad54a18b29bbb734be
upstream.
Adding the machine_is_* line was forgotten when converting mach-stmp378x to
mach-mxs.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/mach-mxs/include/mach/mxs.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mxs/include/mach/mxs.h
b/arch/arm/mach-mxs/include/mach/mxs.h
index 35a89dd27242d762d57e3f56b4bce85022fedb53..1332f73c9ad0407bc5e4f1d3f6a833b4b3086744 100644
(file)
--- a/
arch/arm/mach-mxs/include/mach/mxs.h
+++ b/
arch/arm/mach-mxs/include/mach/mxs.h
@@
-30,6
+30,7
@@
*/
#define cpu_is_mx23() ( \
machine_is_mx23evk() || \
+ machine_is_stmp378x() || \
0)
#define cpu_is_mx28() ( \
machine_is_mx28evk() || \