From patchwork Thu Oct 1 17:43:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 525204 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 A0A4F140D6D for ; Fri, 2 Oct 2015 03:44:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C510C4B97E; Thu, 1 Oct 2015 19:43:58 +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 rhV_Zn5jerbc; Thu, 1 Oct 2015 19:43:58 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3CB9A4B989; Thu, 1 Oct 2015 19:43:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8A5184B8D0 for ; Thu, 1 Oct 2015 19:43:50 +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 Jug-hOQ68l-q for ; Thu, 1 Oct 2015 19:43:50 +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-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by theia.denx.de (Postfix) with ESMTPS id 53AA04B889 for ; Thu, 1 Oct 2015 19:43:45 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so1512329wic.0 for ; Thu, 01 Oct 2015 10:43:45 -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=KsaArQPYKpJJIFWXEw6XhtlPn7Gtv/K92C8Cn2hXyWE=; b=QHrvmI1RZrkT29krQ9LSjmW1o1BUze9xQxrtGyMavf6G9JlSMYe9flgfBXc+jb0PCl Cixrnw5ZxpBqNUfCkqLUnCGuIXU8Tx0J8Qt+vLWr9ov/BS659n+bHnoXL1xnWORPzjhb 3X/Xmy3Xc9z5cpASLrn1goueL8NWBhBLjRlDo36A/nE3PaeY5OU8MI0EZAwOjwwIaxWj 5cwiBrxRXdUFo9eNBtZaiu8a9J5nunovLsKE/4FjaFFEhLApSwUQ4B9IYLwTUP76+lZ6 TVXmUEIyzNu5Q8Tmugi/wJi546pFr5xjoDiy/ydwxDt9+O23MJOXzgfMZM/hUF9DJP3A g2Pw== X-Gm-Message-State: ALoCoQm0JNtxWFk/i9DYNUWvjPLeiTZ4vKfRyoqQrev2c+TdrIPh0SckYAwTuwe2lQ/F1o+Ccj8V X-Received: by 10.180.37.113 with SMTP id x17mr35444wij.33.1443721425451; Thu, 01 Oct 2015 10:43:45 -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 xt1sm7198426wjb.32.2015.10.01.10.43.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Oct 2015 10:43:44 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Thu, 1 Oct 2015 18:43:27 +0100 Message-Id: <1443721416-725-2-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> References: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v3 01/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 CC: David Feng CC: Bhupesh Sharma CC: 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