public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: Error for machine_is_m28evk
Date: Tue, 8 Nov 2011 08:53:49 +0100	[thread overview]
Message-ID: <20111108075349.GK2854@pengutronix.de> (raw)
In-Reply-To: <4EB8CC7B.5060503@denx.de>

Hi,

On Tue, Nov 08, 2011 at 07:30:19AM +0100, Stefano Babic wrote:
> On 11/08/2011 02:49 AM, Fabio Estevam wrote:
> > On a 3.2-rc1 kernel I get the following error when trying to build
> > mxs_defconfig:
> > 
> >   CHK     include/generated/compile.h
> >   CC      arch/arm/mach-mxs/clock-mx28.o
> > arch/arm/mach-mxs/clock-mx28.c: In function 'clk_misc_init':
> > arch/arm/mach-mxs/clock-mx28.c:748: error: implicit declaration of
> > function 'machine_is_m28evk'
> > make[1]: *** [arch/arm/mach-mxs/clock-mx28.o] Error 1
> > make: *** [arch/arm/mach-mxs] Error 2
> 
> This is due to the missing mach-id for the M28. The mach-id for this
> board was requested and it is 3613, already set as "mainlined" at
> http://www.arm.linux.org.uk/developer/machines/. We need an update of
> mach-types.
Maybe add a

	#ifndef machine_is_m28evk
	#define machine_is_m28evk() 0
	#endif

to one of the headers until Russell is willing to update mach-types
again?!

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

  reply	other threads:[~2011-11-08  7:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-08  1:49 Error for machine_is_m28evk Fabio Estevam
2011-11-08  5:16 ` Shawn Guo
2011-11-08  6:30 ` Stefano Babic
2011-11-08  7:53   ` Uwe Kleine-König [this message]
2011-11-08  8:09     ` Jason Liu
2011-11-08  8:53       ` Russell King - ARM Linux
2011-11-08 12:53         ` Shawn Guo
2011-11-08 13:37           ` Russell King - ARM Linux
2011-11-08 14:05             ` Will Deacon
2011-11-08 14:36               ` Arnaud Patard (Rtp)
2011-11-08 14:45               ` Russell King - ARM Linux
2011-11-08 14:53               ` Vincent Sanders
2011-11-16  5:59           ` Shawn Guo
2011-11-16  8:42             ` Russell King - ARM Linux
2011-11-16 13:58               ` Shawn Guo
2011-11-16 18:48                 ` Uwe Kleine-König
2011-11-16 22:28                   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111108075349.GK2854@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox