From patchwork Fri Oct 9 16:18:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 528294 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 DBBD21402D8 for ; Sat, 10 Oct 2015 03:18:55 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E59514B8A3; Fri, 9 Oct 2015 18:18:53 +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 lwiGVLke31rq; Fri, 9 Oct 2015 18:18:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CBAEA4B8AD; Fri, 9 Oct 2015 18:18:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D3CBE4B88F for ; Fri, 9 Oct 2015 18:18:26 +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 n_s8DnjGLcWD for ; Fri, 9 Oct 2015 18:18:26 +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-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by theia.denx.de (Postfix) with ESMTPS id 300BC4B88E for ; Fri, 9 Oct 2015 18:18:22 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so77353255wic.1 for ; Fri, 09 Oct 2015 09:18:21 -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=lgjrQ6wnOXCGnuLM2ruuptfAMK8pF2b+qv2RRVofjB8D3eFG//iBvln9Oe5x4wu/dS cXSDK3njBejJ5Wgt4e/xUZ2BebfDvm441VXshL/wfZnfcyYbmZ/kieh9ivi3m8Fxz+Hf G+NXJW4l2evdHc1g4eyuh+ZWaVzTHkSTSd6riDBE4ElsXu4CXO1C9Tu9KFAaDMZ5lajx eAWFBkQ2XVmAZ3K7/jpHFuhrc/iycbU5AEiUAIBuF1OKZmb/Vd19yO/c++80bGhwKPhB abcA4Hpq/c53XSz6iUSnftbUAB6k289LUvk+pvYbqKWEkb0S81gLDKRK5hAxYLgWYrCd Hogw== X-Gm-Message-State: ALoCoQluJUQ4qjQFEYLyjTfBuaDY5p8z97W0ReHSYN2fE+Yiulb6sf3KMyS+1AcEYPcrXFprBG/P X-Received: by 10.194.116.197 with SMTP id jy5mr15785853wjb.86.1444407501487; Fri, 09 Oct 2015 09:18:21 -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 bf8sm2942173wjc.22.2015.10.09.09.18.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Oct 2015 09:18:20 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Fri, 9 Oct 2015 17:18:00 +0100 Message-Id: <1444407488-32646-3-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> References: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v4 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