From patchwork Wed Dec 24 01:02:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 423833 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 0996A14007D for ; Wed, 24 Dec 2014 12:03:02 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C249B4B692; Wed, 24 Dec 2014 02:03:01 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M4+E5gL6vL03; Wed, 24 Dec 2014 02:03:01 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 648BA4B683; Wed, 24 Dec 2014 02:03:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 88DCF4B6A2 for ; Wed, 24 Dec 2014 02:02:56 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54SmwtPh8jrU for ; Wed, 24 Dec 2014 02:02:56 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by theia.denx.de (Postfix) with ESMTPS id 5D0E54B681 for ; Wed, 24 Dec 2014 02:02:54 +0100 (CET) Received: by mail-lb0-f177.google.com with SMTP id b6so5980483lbj.22 for ; Tue, 23 Dec 2014 17:02:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=nOFhuFMps0Mk056ndKIoTYqGfbe94qLFZnR0VeSS1xc=; b=VynvfGii8j5tTjXwbk9AzQFNfos/kEcFXMreAaoE/NoiRB4Qn/60Nt0IdLsEFK+uxI R7kJqjSi1nmpCllFcxY70S+hPKMi6En5It00JrB6ADrNSABhYYD5vp1QrJjkFiXufqJz 1hxVq0RmNlgw9mP2cyrCgvmU16eBl49X+mVeulddKWeME6QN3yhN/gPnVEMNDwr+kFNC kMNV6optHthgANEGim+N9o7GSEbDqUKGvwAmw0hSv4m4PaGMK4peL0+gxlXGBEv7YKuO qKsyUqMWQ5cikFDup4hjjPrF0mhxezeP7hJRN1SoHk3Z9gA8nTw1625jEkrXZLCSlzIR VEDw== X-Gm-Message-State: ALoCoQlAoTHBWK40GLtxp1iAP6G1KxB/uxTxooJ3zERqb8Qt4Udd4BLBT442cd9pX12oHSlnOzAU X-Received: by 10.112.219.98 with SMTP id pn2mr28868216lbc.74.1419382974076; Tue, 23 Dec 2014 17:02:54 -0800 (PST) Received: from localhost.localdomain (78-70-103-28-no184.tbcn.telia.com. [78.70.103.28]) by mx.google.com with ESMTPSA id yf10sm4097395lbb.9.2014.12.23.17.02.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Dec 2014 17:02:52 -0800 (PST) From: Linus Walleij To: u-boot@lists.denx.de, Albert Aribaud , Steve Rae Date: Wed, 24 Dec 2014 02:02:46 +0100 Message-Id: <1419382966-8635-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.9.3 Cc: Tom Rini , u-boot-review@google.com Subject: [U-Boot] [PATCH 2/4] vexpress64: switch to generic board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The few Versatile Express ARMv8 platforms we have may just as well be switched to generic board from the beginning. Tested on the ARM foundation model and the in progress support for the ARMv8 Juno board. Signed-off-by: Linus Walleij Acked-by: Steve Rae --- include/configs/vexpress_aemv8a.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index f3af971214a5..027d78b59171 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -8,6 +8,9 @@ #ifndef __VEXPRESS_AEMV8A_H #define __VEXPRESS_AEMV8A_H +/* We use generic board for v8 Versatile Express */ +#define CONFIG_SYS_GENERIC_BOARD + #ifdef CONFIG_BASE_FVP #ifndef CONFIG_SEMIHOSTING #error CONFIG_BASE_FVP requires CONFIG_SEMIHOSTING @@ -25,8 +28,6 @@ /*#define CONFIG_ARMV8_SWITCH_TO_EL1*/ -/*#define CONFIG_SYS_GENERIC_BOARD*/ - #define CONFIG_SYS_NO_FLASH #define CONFIG_SUPPORT_RAW_INITRD