From patchwork Thu Jan 22 04:52:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Kuethe X-Patchwork-Id: 431675 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 6D7E31401F6 for ; Thu, 22 Jan 2015 16:26:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 018EE4B615; Thu, 22 Jan 2015 06:26:15 +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 SLvvJdSil6hq; Thu, 22 Jan 2015 06:26:14 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8FA904B600; Thu, 22 Jan 2015 06:26:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 180EF4B5FA for ; Thu, 22 Jan 2015 05:52:58 +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 4hbY3LXIY3KE for ; Thu, 22 Jan 2015 05:52:58 +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-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) by theia.denx.de (Postfix) with ESMTPS id B90314B5F5 for ; Thu, 22 Jan 2015 05:52:54 +0100 (CET) Received: by mail-oi0-f41.google.com with SMTP id z81so12874559oif.0 for ; Wed, 21 Jan 2015 20:52:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=OTV/ursrEdKUSIvx/iXelWGp4jcSSSE7vxuLU/YU52U=; b=XUdULl76F1fenXzvK1wFwbi+M4PaWSIhDcSchRmJHw8lMB1d6QqAgzfBBRTBpJzNj+ pixr9iDiYPFIZeNWmuA3m8e0Hd/8A0tSwm8s+eLvsfH+IVsTvj56akPRJvYbT/6XnjEk NZXfq58uNt89o9w0KDa/e6RWg1xAY8F15BNM0GcSYwYsFC+RkV2rmIsW96u6rq9uFvIU 7z26IHVECtU/n9N042LY8E14n1uA1B4FAwP9t9mgaGH+F5XvVTlRA0R07kPUBwAZIRJ3 KRQ0XxytRhwGcx22+rT7fRist7PIowboB8UeuYB5gQlJ1IZyvTUZVpI8lgH/Xq7Buc90 oq9g== X-Received: by 10.182.131.231 with SMTP id op7mr25893421obb.46.1421902373310; Wed, 21 Jan 2015 20:52:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.70.135 with HTTP; Wed, 21 Jan 2015 20:52:33 -0800 (PST) From: Chris Kuethe Date: Wed, 21 Jan 2015 20:52:33 -0800 Message-ID: To: albert.u.boot@aribaud.net, U-Boot Mailing List , Hans de Goede , ijc@hellion.org.uk, andre.przywara@linaro.org, yamada.m@jp.panasonic.com X-Mailman-Approved-At: Thu, 22 Jan 2015 06:26:13 +0100 Subject: [U-Boot] [PATCH] arm: switch armltd vexpress 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de only tested tested under QEMU with vexpress_ca9x4 ("-M vexpress-a9") and vexpress_ca15_tc2 ("-M vexpress-a15"). Makes the ugly warning go away. Signed-off-by: Chris Kuethe --- include/configs/vexpress_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 7e78f8a..2dea921 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -122,7 +122,7 @@ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_SYS_L2CACHE_OFF 1 #define CONFIG_INITRD_TAG 1 - +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_OF_LIBFDT 1 /* Size of malloc() pool */