From patchwork Wed Sep 13 21:42:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 813629 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=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xswBm4Pqxz9s5L for ; Thu, 14 Sep 2017 07:43:10 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B5EB8C22536; Wed, 13 Sep 2017 21:43:05 +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 2FE4FC223DA; Wed, 13 Sep 2017 21:43:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id A2158C223DA; Wed, 13 Sep 2017 21:43:01 +0000 (UTC) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by lists.denx.de (Postfix) with ESMTP id 5A963C22188 for ; Wed, 13 Sep 2017 21:43:00 +0000 (UTC) Received: from localhost (unknown [75.164.166.0]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 3869F1AB44; Wed, 13 Sep 2017 14:42:59 -0700 (PDT) From: Vagrant Cascadian To: u-boot@lists.denx.de Date: Wed, 13 Sep 2017 14:42:52 -0700 Message-Id: <20170913214256.8031-1-vagrant@debian.org> X-Mailer: git-send-email 2.11.0 Cc: Vagrant Cascadian Subject: [U-Boot] [v2 PATCH 0/4] Switch odroid to use distro_bootcmd. 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Using distro_bootcmd standardizes board behavior across many platforms. This is particularly useful for distributions supporting multiple boards without requiring custom configuration for each board. There are a few changes needed to support distro_bootcmd, such as fixing the default value for the console setting, increasing the environment size, and allowing distro bootcmd to set the default bootdelay. These patches have been used in Debian's u-boot packaging since May of 2016. Vagrant Cascadian (4): Fix default console on odroid to only specify the device, as "console=" is redundant with the boot environment. Increase the default environment size on odroid, as config_distro_bootcmd requires a more space for the environment. Switch odroid to use config_distro_bootcmd. Inherit default value for bootdelay from distro_bootcmd on odroid. include/configs/odroid.h | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-)