From patchwork Thu Jun 23 15:42:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 70762 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp496797qgy; Thu, 23 Jun 2016 08:43:10 -0700 (PDT) X-Received: by 10.195.2.228 with SMTP id br4mr34153906wjd.59.1466696590900; Thu, 23 Jun 2016 08:43:10 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id bd4si921546wjc.39.2016.06.23.08.43.10; Thu, 23 Jun 2016 08:43:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 62770A7514; Thu, 23 Jun 2016 17:43:09 +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 HgTnZ7egR3f1; Thu, 23 Jun 2016 17:43:09 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CF007A74D2; Thu, 23 Jun 2016 17:43:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D8724A74E9 for ; Thu, 23 Jun 2016 17:43:03 +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 L3xl56St2ML3 for ; Thu, 23 Jun 2016 17:43:03 +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 conuserg-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by theia.denx.de (Postfix) with ESMTPS id 1A812A74D0 for ; Thu, 23 Jun 2016 17:42:59 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-10.nifty.com with ESMTP id u5NFggpw027414; Fri, 24 Jun 2016 00:42:51 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com u5NFggpw027414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1466696572; bh=HPUw1Kw6Zhko8WCDvfUCuH0K15Fb09TjUU2jpwBfTSk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=URtIvM9wXGaBno+MNnec+QglqCAkBx97RTnpKlr1z/xtx28fTmyVfKOKjr7Y4Tw5s ul8j0rDnEmiL9bPUi/njt4+erxpqr/z38161ZSBTfBuPgKqvY1d0d1t/tVHbK6uT0T h23FJIcvOULo4GuKmhwhHtTI56QRQfwxy3K1om27R5GD2bn0O2XpVfFEmV51seoEUq aYd4PMDUeNTG4sV234wvjuWTh8Bhqbe6DQMX7IDzUYr8anzpxq4CZDyKXsnJB3sgPl qdbPplRo4Hpkc0Bh9LbrP4JWXTVd2Ie48UvhMRVEcvN7WGPcciE3JE1csuf+MEdEPT KDqN3kZzI5dPA== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 24 Jun 2016 00:42:36 +0900 Message-Id: <1466696561-22935-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466696561-22935-1-git-send-email-yamada.masahiro@socionext.com> References: <1466696561-22935-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Pavel Machek Subject: [U-Boot] [PATCH v2 1/6] ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board 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" This recently added board missed the tree-wide migration of CONFIG_BOOTDELAY. Signed-off-by: Masahiro Yamada Acked-by: Pavel Machek Reviewed-by: Heiko Schocher --- Changes in v2: None configs/socfpga_is1_defconfig | 4 +--- include/configs/socfpga_is1.h | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/configs/socfpga_is1_defconfig b/configs/socfpga_is1_defconfig index 7d43c72..658770b 100644 --- a/configs/socfpga_is1_defconfig +++ b/configs/socfpga_is1_defconfig @@ -9,14 +9,13 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_is1" CONFIG_SPL=y CONFIG_SPL_STACK_R=y CONFIG_FIT=y +CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_ASKENV=y CONFIG_CMD_GREPENV=y -# CONFIG_CMD_MEMTEST is not set # CONFIG_CMD_FLASH is not set -# CONFIG_CMD_MMC is not set CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_I2C=y @@ -36,7 +35,6 @@ CONFIG_SYS_I2C_DW=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_STMICRO=y -CONFIG_SPI_FLASH_USE_4K_SECTORS=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y diff --git a/include/configs/socfpga_is1.h b/include/configs/socfpga_is1.h index 6f5dfce..cc07253 100644 --- a/include/configs/socfpga_is1.h +++ b/include/configs/socfpga_is1.h @@ -19,7 +19,6 @@ #define PHYS_SDRAM_1_SIZE 0x10000000 /* Booting Linux */ -#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTFILE "zImage" #define CONFIG_BOOTARGS "console=ttyS0," __stringify(CONFIG_BAUDRATE) #define CONFIG_LOADADDR 0x01000000