From patchwork Wed Dec 10 07:28:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 419439 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 8D1C41400F1 for ; Wed, 10 Dec 2014 18:28:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 82A6A4B708; Wed, 10 Dec 2014 08:28:33 +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 FjwUkt2+DNjT; Wed, 10 Dec 2014 08:28:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1CD124B70A; Wed, 10 Dec 2014 08:28:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 804314B70A for ; Wed, 10 Dec 2014 08:28:24 +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 CW9+6-7GfQ89 for ; Wed, 10 Dec 2014 08:28:24 +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-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by theia.denx.de (Postfix) with ESMTPS id A30824B708 for ; Wed, 10 Dec 2014 08:28:19 +0100 (CET) Received: by mail-pa0-f52.google.com with SMTP id eu11so2244055pac.25 for ; Tue, 09 Dec 2014 23:28:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=mYyXloP2zVEHApUIvj9F5feXMqeiYfuqqbdCpPVg4JQ=; b=gkB13m022CqDKb0grKX15PJ43H///tsDZm4uj1M5mGHhwpdGk0qGyuPT/p62LRynDD 5CAn3c7c0fujMGnO7K504z8wmXWcZxjsb7BWtMl/4V3jmdvQhDJ816dj9c9FP/iXctNf 8gE9y3bs4nFICIfibkQLYItbKY4+Nh30VWr/AzMc1CXtS0XiWFfJ9maQBpnwuPRNlt9Y HbZI0YonK0PiApVDe9PSFaF4MwsVZUOTy1e2ho1zC8DE/C0Xy4Qispr1mNqnTiMF33+U bo5h8ET6OcRTShC9J58Lhk1r+RyMsO0qyw+T0fxdLqf8BR9jsj6s73hANQLlyHn9ULV8 pPRQ== X-Gm-Message-State: ALoCoQleLN2b+kZBkqcJURUcfAGNJDgKlnb071rXSxvIzSjWMRD5I+if98yxMT29ybNpxAP/XIML X-Received: by 10.70.2.101 with SMTP id 5mr4281861pdt.103.1418196497656; Tue, 09 Dec 2014 23:28:17 -0800 (PST) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id wf5sm3361848pab.40.2014.12.09.23.28.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 23:28:16 -0800 (PST) From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de, Nobuhiro Iwamatsu Date: Wed, 10 Dec 2014 16:28:04 +0900 Message-Id: <1418196484-19754-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 2.1.3 Cc: Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH] arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files 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 '+S' is unnecessary because boards of rmobile do not use SPL. This removes from armadillo-800eva and kzm9g. Signed-off-by: Nobuhiro Iwamatsu --- configs/armadillo-800eva_defconfig | 2 +- configs/kzm9g_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/armadillo-800eva_defconfig b/configs/armadillo-800eva_defconfig index 9b17895..22dc1f8 100644 --- a/configs/armadillo-800eva_defconfig +++ b/configs/armadillo-800eva_defconfig @@ -1,3 +1,3 @@ CONFIG_ARM=y -+S:CONFIG_RMOBILE=y +CONFIG_RMOBILE=y CONFIG_TARGET_ARMADILLO_800EVA=y diff --git a/configs/kzm9g_defconfig b/configs/kzm9g_defconfig index d4d340f..20656dd 100644 --- a/configs/kzm9g_defconfig +++ b/configs/kzm9g_defconfig @@ -1,3 +1,3 @@ CONFIG_ARM=y -+S:CONFIG_RMOBILE=y +CONFIG_RMOBILE=y CONFIG_TARGET_KZM9G=y