From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 1 Jun 2009 22:22:40 +0200 Subject: [U-Boot] [PATCH] Enable display CPU-Info for at91sam9261 In-Reply-To: <20090601200308.GB4991@galileo> References: <20090518202543.GH17539@game.jcrosoft.org> <1243880503-25092-1-git-send-email-linux@bohmer.net> <1243880503-25092-2-git-send-email-linux@bohmer.net> <20090601200308.GB4991@galileo> Message-ID: <20090601202240.GG6399@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:03 Mon 01 Jun , Stelian Pop wrote: > On Mon, Jun 01, 2009 at 08:21:43PM +0200, Remy Bohmer wrote: > > > Signed-off-by: Remy Bohmer > > --- > > include/configs/at91sam9261ek.h | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h > > index fdaa71c..9a50347 100644 > > --- a/include/configs/at91sam9261ek.h > > +++ b/include/configs/at91sam9261ek.h > > @@ -45,6 +45,8 @@ > > #define CONFIG_SKIP_LOWLEVEL_INIT > > #define CONFIG_SKIP_RELOCATE_UBOOT > > > > +#define CONFIG_DISPLAY_CPUINFO 1 > > For homogeneity reasons, since this is a generic AT91 config option, I think > it makes sense to define this by default for all the AT91 boards - or not > define it at all. Your pick. for the Atmel's ref boards maybe but for other boards we need to let this choice to each board Maintainer Best Regards, J.