{"id":813631,"url":"http://patchwork.ozlabs.org/api/patches/813631/?format=json","web_url":"http://patchwork.ozlabs.org/project/uboot/patch/20170913214256.8031-5-vagrant@debian.org/","project":{"id":18,"url":"http://patchwork.ozlabs.org/api/projects/18/?format=json","name":"U-Boot","link_name":"uboot","list_id":"u-boot.lists.denx.de","list_email":"u-boot@lists.denx.de","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20170913214256.8031-5-vagrant@debian.org>","list_archive_url":null,"date":"2017-09-13T21:42:56","name":"[U-Boot,v2,4/4] Inherit default value for bootdelay from distro_bootcmd on odroid.","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"289734f4ec17cbffd893c6926eeaeb31a8a47c0e","submitter":{"id":64909,"url":"http://patchwork.ozlabs.org/api/people/64909/?format=json","name":"Vagrant Cascadian","email":"vagrant@debian.org"},"delegate":{"id":1728,"url":"http://patchwork.ozlabs.org/api/users/1728/?format=json","username":"prom","first_name":"Minkyu","last_name":"Kang","email":"promsoft@gmail.com"},"mbox":"http://patchwork.ozlabs.org/project/uboot/patch/20170913214256.8031-5-vagrant@debian.org/mbox/","series":[{"id":2987,"url":"http://patchwork.ozlabs.org/api/series/2987/?format=json","web_url":"http://patchwork.ozlabs.org/project/uboot/list/?series=2987","date":"2017-09-13T21:42:52","name":"Switch odroid to use distro_bootcmd.","version":2,"mbox":"http://patchwork.ozlabs.org/series/2987/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/813631/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/813631/checks/","tags":{},"related":[],"headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xswD047QRz9s5L\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 14 Sep 2017 07:44:16 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 45ACAC224ED; Wed, 13 Sep 2017 21:43:30 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id DE409C2257C;\n\tWed, 13 Sep 2017 21:43:27 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 7AAA0C224CE; Wed, 13 Sep 2017 21:43:18 +0000 (UTC)","from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101])\n\tby lists.denx.de (Postfix) with ESMTP id BD6E0C22545\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 21:43:14 +0000 (UTC)","from localhost (unknown [75.164.166.0])\n\t(Authenticated sender: vagrant@aikidev.net)\n\tby cascadia.aikidev.net (Postfix) with ESMTPSA id 1A7451AB4F;\n\tWed, 13 Sep 2017 14:43:14 -0700 (PDT)"],"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\n\tautolearn_force=no version=3.4.0","From":"Vagrant Cascadian <vagrant@debian.org>","To":"u-boot@lists.denx.de","Date":"Wed, 13 Sep 2017 14:42:56 -0700","Message-Id":"<20170913214256.8031-5-vagrant@debian.org>","X-Mailer":"git-send-email 2.11.0","In-Reply-To":"<20170913214256.8031-1-vagrant@debian.org>","References":"<20170913214256.8031-1-vagrant@debian.org>","Cc":"Vagrant Cascadian <vagrant@debian.org>","Subject":"[U-Boot] [v2 PATCH 4/4] Inherit default value for bootdelay from\n\tdistro_bootcmd on odroid.","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"},"content":"The default value with distro_bootcmd is 2 seconds, which is\nreasonably fast, and provides a consistent experience across platforms\nsupporting distro_bootcmd.\n\nThe current bootdelay value of 0 seconds is a bit challenging to\ninterrupt when desired.\n\nCc: Jaehoon Chung <jh80.chung@samsung.com>\nSigned-off-by: Vagrant Cascadian <vagrant@debian.org>\n---\n\n include/configs/odroid.h | 1 -\n 1 file changed, 1 deletion(-)","diff":"diff --git a/include/configs/odroid.h b/include/configs/odroid.h\nindex 731c607e70..5758381b84 100644\n--- a/include/configs/odroid.h\n+++ b/include/configs/odroid.h\n@@ -176,7 +176,6 @@\n \t\"mmcbootpart=1\\0\" \\\n \t\"mmcrootdev=0\\0\" \\\n \t\"mmcrootpart=2\\0\" \\\n-\t\"bootdelay=0\\0\" \\\n \t\"dfu_alt_system=\"CONFIG_DFU_ALT \\\n \t\"dfu_alt_info=Please reset the board\\0\" \\\n \t\"consoleon=set console console=ttySAC1,115200n8; save; reset\\0\" \\\n","prefixes":["U-Boot","v2","4/4"]}