
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 linux@bohmer.net
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.