From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 24 Jun 2013 19:01:17 -0500 Subject: [U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay In-Reply-To: <716F60BA84FACB40B8512358C4532C1DC48846@039-SN1MPN1-002.039d.mgd.msft.net> (from B01044@freescale.com on Mon Jun 24 04:28:26 2013) References: <1371469712-12678-1-git-send-email-harninder.rai@freescale.com> <20130623090714.55a767c1@lilith> <716F60BA84FACB40B8512358C4532C1DC48846@039-SN1MPN1-002.039d.mgd.msft.net> Message-ID: <1372118477.8183.12@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/24/2013 04:28:26 AM, Rai Harninder-B01044 wrote: > Hello Albert, > > > Plase fix commit message: you're not simply adding a boot delay flag, > you're in fact disabling autoboot, which is quite different. > [Rai Harninder-B01044] "Disable autoboot through bootdelay config > flag". Is this ok? But the patch isn't disabling autoboot. It was already compile-time disabled, since CONFIG_BOOTDELAY wasn't specified at all. The patch is allowing it to be enabled at runtime, without enabling it by default. -Scott