From patchwork Tue Dec 11 17:12:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1011228 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43Dmj670Pcz9s1c for ; Wed, 12 Dec 2018 04:12:42 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 50625C223FF; Tue, 11 Dec 2018 17:12:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E830BC223FF; Tue, 11 Dec 2018 17:12:34 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 56557C22509; Tue, 11 Dec 2018 17:12:33 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lists.denx.de (Postfix) with ESMTPS id 77315C221B0 for ; Tue, 11 Dec 2018 17:12:32 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 09:12:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="100700768" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga008.jf.intel.com with ESMTP; 11 Dec 2018 09:12:29 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 866E91CB; Tue, 11 Dec 2018 19:12:28 +0200 (EET) From: Andy Shevchenko To: Simon Glass , Bin Meng , U-Boot Mailing List Date: Tue, 11 Dec 2018 19:12:25 +0200 Message-Id: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Cc: Andy Shevchenko Subject: [U-Boot] [PATCH v1 1/3] x86: edison: move CONFIG_CMD_PCI from header file to defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Use defconfig instead of header file for CONFIG_CMD_PCI. Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- configs/edison_defconfig | 1 - include/configs/edison.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/configs/edison_defconfig b/configs/edison_defconfig index b523fe92ce..e376c0cea6 100644 --- a/configs/edison_defconfig +++ b/configs/edison_defconfig @@ -19,7 +19,6 @@ CONFIG_CMD_DFU=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_PART=y -# CONFIG_CMD_PCI is not set # CONFIG_CMD_NFS is not set CONFIG_CMD_TIMER=y CONFIG_CMD_HASH=y diff --git a/include/configs/edison.h b/include/configs/edison.h index 86c584d73d..8e312da2da 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -43,9 +43,6 @@ #define CONFIG_ENV_OFFSET_REDUND (6 * 1024 * 1024) #define CONFIG_SUPPORT_EMMC_BOOT -/* PCI */ -#define CONFIG_CMD_PCI - /* RTC */ #define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 From patchwork Tue Dec 11 17:12:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1011230 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43Dmjq1Q2lz9s3Z for ; Wed, 12 Dec 2018 04:13:19 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id CF874C227B2; Tue, 11 Dec 2018 17:13:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 943F0C226BD; Tue, 11 Dec 2018 17:13:14 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id ECE11C226BD; Tue, 11 Dec 2018 17:12:46 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lists.denx.de (Postfix) with ESMTPS id 385AFC227FF for ; Tue, 11 Dec 2018 17:12:43 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 09:12:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="99863623" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga006.jf.intel.com with ESMTP; 11 Dec 2018 09:12:29 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 9721EBF; Tue, 11 Dec 2018 19:12:28 +0200 (EET) From: Andy Shevchenko To: Simon Glass , Bin Meng , U-Boot Mailing List Date: Tue, 11 Dec 2018 19:12:26 +0200 Message-Id: <20181211171227.60858-2-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> References: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Cc: Andy Shevchenko Subject: [U-Boot] [PATCH v1 2/3] x86: edison: move CONFIG_BOOTCOMMAND from header file to defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Use defconfig instead of header file for CONFIG_BOOTCOMMAND. Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- include/configs/edison.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/edison.h b/include/configs/edison.h index 8e312da2da..7e2f9c129e 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -10,9 +10,6 @@ /* ACPI */ -/* Boot */ -#define CONFIG_BOOTCOMMAND "run bootcmd" - /* DISK Partition support */ /* Miscellaneous configurable options */ From patchwork Tue Dec 11 17:12:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1011231 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43DmkD2Nywz9s3Z for ; Wed, 12 Dec 2018 04:13:40 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 0D21DC226D6; Tue, 11 Dec 2018 17:12:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B06F2C2264B; Tue, 11 Dec 2018 17:12:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 617D7C221B0; Tue, 11 Dec 2018 17:12:33 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lists.denx.de (Postfix) with ESMTPS id 85D10C223FF for ; Tue, 11 Dec 2018 17:12:32 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 09:12:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="301279235" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga006.fm.intel.com with ESMTP; 11 Dec 2018 09:12:27 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id A3CCD2AA; Tue, 11 Dec 2018 19:12:28 +0200 (EET) From: Andy Shevchenko To: Simon Glass , Bin Meng , U-Boot Mailing List Date: Tue, 11 Dec 2018 19:12:27 +0200 Message-Id: <20181211171227.60858-3-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> References: <20181211171227.60858-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Cc: Andy Shevchenko Subject: [U-Boot] [PATCH v1 3/3] x86: edison: Remove staled comments from configuration header X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Since some options had been moved to defconfig from header, the leftover comments are not needed anymore. Remove them. Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- include/configs/edison.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/edison.h b/include/configs/edison.h index 7e2f9c129e..a6155ba5a8 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -8,10 +8,6 @@ #include -/* ACPI */ - -/* DISK Partition support */ - /* Miscellaneous configurable options */ #define CONFIG_SYS_CBSIZE 2048