From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] am335x_evm: Don't undef CONFIG_BOOTDELAY
Date: Fri, 08 Jan 2016 16:51:46 -0800 [thread overview]
Message-ID: <87vb73pobh.fsf@aikidev.net> (raw)
In-Reply-To: <1449912428-3715-1-git-send-email-matwey.kornilov@gmail.com>
On 2015-12-12, matwey.kornilov at gmail.com wrote:
> 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.
Is it still possible to get this into 2016.01?
I've been carrying it as a patch in u-boot for a few RC versions now,
without it the beaglebone black didn't automatically boot. Or was this
fixed in some other way in recent versions?
Tested-by: Vagrant Cascadian <vagrant@debian.org>
Thanks!
live well,
vagrant
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
> ---
> 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 <configs/ti_am335x_common.h>
>
> -/* Don't override the distro default bootdelay */
> -#undef CONFIG_BOOTDELAY
> -#include <config_distro_defaults.h>
> -
> #ifndef CONFIG_SPL_BUILD
> #ifndef CONFIG_FIT
> # define CONFIG_FIT
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160108/d99e6662/attachment.sig>
prev parent reply other threads:[~2016-01-09 0:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-12 9:27 [U-Boot] [PATCH] am335x_evm: Don't undef CONFIG_BOOTDELAY Matwey V. Kornilov
2016-01-09 0:51 ` Vagrant Cascadian [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vb73pobh.fsf@aikidev.net \
--to=vagrant@debian.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.