From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Mon, 1 Jun 2009 20:21:43 +0200 Subject: [U-Boot] [PATCH] Enable display CPU-Info for at91sam9261 In-Reply-To: <1243880503-25092-1-git-send-email-linux@bohmer.net> References: <20090518202543.GH17539@game.jcrosoft.org> <1243880503-25092-1-git-send-email-linux@bohmer.net> Message-ID: <1243880503-25092-2-git-send-email-linux@bohmer.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 + /* * Hardware drivers */ -- 1.6.0.4