From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TOBWL-0002bI-Qr for barebox@lists.infradead.org; Tue, 16 Oct 2012 18:05:38 +0000 Received: by mail-we0-f177.google.com with SMTP id u50so4080571wey.36 for ; Tue, 16 Oct 2012 11:05:35 -0700 (PDT) From: Carlo Caione Date: Tue, 16 Oct 2012 20:04:43 +0200 Message-Id: <1350410685-46202-4-git-send-email-carlo.caione@gmail.com> In-Reply-To: <1350410685-46202-1-git-send-email-carlo.caione@gmail.com> References: <1350410685-46202-1-git-send-email-carlo.caione@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 3/5] ARM1176: add support To: barebox@lists.infradead.org Signed-off-by: Carlo Caione --- arch/arm/cpu/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig index 2ed6789..d8a5fb1 100644 --- a/arch/arm/cpu/Kconfig +++ b/arch/arm/cpu/Kconfig @@ -8,6 +8,11 @@ config CPU_32 # which CPUs we support in the kernel image, and the compiler instruction # optimiser behaviour. +# ARM1176 +config CPU_ARM1176 + bool + select CPU_V6 + # ARM920T config CPU_ARM920T bool -- 1.7.12.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox