From patchwork Sat Dec 12 09:27:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Matwey V. Kornilov" X-Patchwork-Id: 555979 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 603251402BF for ; Sat, 12 Dec 2015 20:27:24 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=kSs/Hzh2; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C520D4B6C6; Sat, 12 Dec 2015 10:27:21 +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 DrfRy4lNo5o3; Sat, 12 Dec 2015 10:27:21 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 338E54B62A; Sat, 12 Dec 2015 10:27:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5CEE64B62A for ; Sat, 12 Dec 2015 10:27:18 +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 RZ0qTl7TGgZY for ; Sat, 12 Dec 2015 10:27:18 +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-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by theia.denx.de (Postfix) with ESMTPS id 172CB4B615 for ; Sat, 12 Dec 2015 10:27:14 +0100 (CET) Received: by lbpu9 with SMTP id u9so76200280lbp.2 for ; Sat, 12 Dec 2015 01:27:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=6g/VSvxJfYAq9kNn5tZa1m6OAQ6dFjVSapHoOEpc65Y=; b=kSs/Hzh2xV7BAtrOr8rUkPTRy4E2Jtue3zMuJc6d0wslSf6s9RevhZNYi2KHzTm+bQ iFZW+785suDCBqo1wBx1nU3X4WHPyrfsTgC2e83ngVJt3h9OaqgQwA02tYgnvkyEi4l4 dfF4QmGERM1uCOyFDoegLI00OeiVHkwB/WqvCcv/I2tfJcX0o8aP/+Q7dHgtZu1kJ4+n jTLFY6+zY9UGVIjKZv4elK5JczR5qhnaxZPkgNEkOwbDeHGsSsyxbJ7m68ilaUVbRGAg Lfj/0oENeYkj8w+9RlGbWFMISv0IgK91LnfmT3IVtPg0aMTpBV71MVB7OtWopPBNYHtt cRAA== X-Received: by 10.112.137.132 with SMTP id qi4mr9964121lbb.120.1449912433803; Sat, 12 Dec 2015 01:27:13 -0800 (PST) Received: from oak.local ([92.243.181.209]) by smtp.gmail.com with ESMTPSA id h9sm3813346lbj.42.2015.12.12.01.27.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 12 Dec 2015 01:27:12 -0800 (PST) From: "Matwey V. Kornilov" To: u-boot@lists.denx.de, trini@ti.com Date: Sat, 12 Dec 2015 12:27:08 +0300 Message-Id: <1449912428-3715-1-git-send-email-matwey.kornilov@gmail.com> X-Mailer: git-send-email 2.1.4 Cc: "Matwey V. Kornilov" Subject: [U-Boot] [PATCH] am335x_evm: Don't undef CONFIG_BOOTDELAY 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" config_distro_defaults.h is already included in configs/ti_am335x_common.h (by means of ti_armv7_common.h) We don't need to #undef CONFIG_BOOTDELAY because it drops default bootdelay which already defined on this line. Signed-off-by: Matwey V. Kornilov Tested-by: Vagrant Cascadian --- include/configs/am335x_evm.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index c51db8c..cf6a606 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -18,10 +18,6 @@ #include -/* Don't override the distro default bootdelay */ -#undef CONFIG_BOOTDELAY -#include - #ifndef CONFIG_SPL_BUILD #ifndef CONFIG_FIT # define CONFIG_FIT