From patchwork Tue Sep 29 15:47:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 523918 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 0E52A14029C for ; Wed, 30 Sep 2015 01:47:54 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AE8114B8D6; Tue, 29 Sep 2015 17:47:52 +0200 (CEST) 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 VYsWTux3m4MW; Tue, 29 Sep 2015 17:47:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C2E234B8DB; Tue, 29 Sep 2015 17:47:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CE2A84B8B5 for ; Tue, 29 Sep 2015 17:47:41 +0200 (CEST) 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 WiDLFUId0uVT for ; Tue, 29 Sep 2015 17:47:41 +0200 (CEST) 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-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by theia.denx.de (Postfix) with ESMTPS id 981814B885 for ; Tue, 29 Sep 2015 17:47:38 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so157098154wic.1 for ; Tue, 29 Sep 2015 08:47:37 -0700 (PDT) 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:in-reply-to :references; bh=SKkEA1IMM/yJ5QtPDbiXlFerHgh4V4zdRr/qe/G8G8s=; b=R0aVggKdxTR7aU4gCrlBMRtYbdN/4dAkQy0+4dQB6l4sXVu1f/4hFWsgmeoufORlfG Jqd+oeryRhXdpz7LCzGPbiflTKqJhXQfoIVSwqMNZL5M6j5Wk4wf9HdUPYSNWKFxLwBV EHFBV+l7Pmtd75kE4OszV8tmUMvI3gOK5G2j2VCC672UhQqEyzdq0sZENQiO6J1vu7Qf dmPlv9yXFVNyP+c2GJalpRg9YW5tffny7ybsRvzRC3RkaOvnMeQ2fPKDfbEMAW7XAoXM qSWZBsmaLifLuyVgA4rb/jNaIngNMzR86RmyEG0Z8vmUR32gw5pug+NPtdNJwn7KQrsg 4DYA== X-Gm-Message-State: ALoCoQm3DX2HTidEaJ7rt+wK7mqsFDxp+f/X5OIZ/EYh8ufu2H8Xe2IUx6VV0dajArqj2O6ndq+O X-Received: by 10.180.107.164 with SMTP id hd4mr27350666wib.94.1443541657743; Tue, 29 Sep 2015 08:47:37 -0700 (PDT) Received: from localhost.localdomain (82-69-54-187.dsl.in-addr.zen.co.uk. [82.69.54.187]) by smtp.gmail.com with ESMTPSA id kb9sm24555824wjb.49.2015.09.29.08.47.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Sep 2015 08:47:37 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Tue, 29 Sep 2015 16:47:12 +0100 Message-Id: <1443541640-7810-3-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443541640-7810-1-git-send-email-ryan.harkin@linaro.org> References: <1443541640-7810-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v2 02/10] vexpress64: Kconfig: tidy up X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The FVP and Juno settings were identical, but duplicated, so I removed the duplication with this patch. Signed-off-by: Ryan Harkin Reviewed-by: Linus Walleij --- board/armltd/vexpress64/Kconfig | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig index f5693ae..8da3bec 100644 --- a/board/armltd/vexpress64/Kconfig +++ b/board/armltd/vexpress64/Kconfig @@ -1,5 +1,3 @@ -if TARGET_VEXPRESS64_BASE_FVP - config SYS_BOARD default "vexpress64" @@ -8,18 +6,3 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "vexpress_aemv8a" - -endif - -if TARGET_VEXPRESS64_JUNO - -config SYS_BOARD - default "vexpress64" - -config SYS_VENDOR - default "armltd" - -config SYS_CONFIG_NAME - default "vexpress_aemv8a" - -endif