Message ID | 1318255873-17370-1-git-send-email-w.sang@pengutronix.de |
---|---|
State | New |
Headers | show |
On Mon, Oct 10, 2011 at 04:11:13PM +0200, Wolfram Sang wrote: > Adding this line was forgotten when converting mach-stmp378x to > mach-mxs. > > Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> IMHO the Subject is misleading. What about: ARM: mxs: recognise stmp378x as mx23 ? Best regards Uwe
diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h index 35a89dd..1332f73 100644 --- 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() || \
Adding this line was forgotten when converting mach-stmp378x to mach-mxs. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> --- arch/arm/mach-mxs/include/mach/mxs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)