From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] arm: am437x: cm-t43: bring back BOOTDELAY feature
Date: Thu, 25 Feb 2016 10:26:09 -0500 [thread overview]
Message-ID: <20160225152609.GZ23166@bill-the-cat> (raw)
In-Reply-To: <1456055960-17039-1-git-send-email-nikita@compulab.co.il>
On Sun, Feb 21, 2016 at 01:59:20PM +0200, Nikita Kiryanov wrote:
> Commit 755324 (configs: Use config_distro_defaults.h in ti_armv7_common.h)
> made ti_armv7_common.h include config_distro_defaults.h. This breaks the
> bootdelay feature in cm_t43 because now the
> - #include ti_armv7_common.h (#define CONFIG_BOOTDELAY 1)
> - #undef CONFIG_BOOTDELAY
> - #include config_distro_defaults.h (#define CONFIG_BOOTDELAY 2)
> dance in cm_t43.h is no longer valid and in fact leads to CONFIG_BOOTDELAY
> not being defined.
>
> Adapt the config file to the new inclusion hierarchy.
>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
> Reviewed-by: Tom Rini <trini@konsulko.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/ca833d5c/attachment.sig>
prev parent reply other threads:[~2016-02-25 15:26 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 17:19 [U-Boot] [PATCH 00/10] cm-t43 maintenance Nikita Kiryanov
2016-02-19 17:19 ` [U-Boot] [PATCH 01/10] arm: am437x: cm-t43: fix cm-t43 boot Nikita Kiryanov
2016-02-20 0:55 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot,01/10] " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 02/10] arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file Nikita Kiryanov
2016-02-20 0:55 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot, " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 03/10] arm: am437x: cm-t43: support all available SPI flash chips Nikita Kiryanov
2016-02-20 0:55 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot, " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 04/10] arm: am437x: cm-t43: define prompt Nikita Kiryanov
2016-02-20 0:55 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot,04/10] " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 05/10] arm: am437x: cm-t43: split board file Nikita Kiryanov
2016-02-20 0:56 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot,05/10] " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 06/10] pmic: tps65218: add useful functions and defines Nikita Kiryanov
2016-02-20 0:56 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot, " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 07/10] arm: am437x: cm-t43: set tps fseal bit Nikita Kiryanov
2016-02-20 0:56 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot,07/10] " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 08/10] arm: am437x: cm-t43: get rid of enable_vtt_regulator() Nikita Kiryanov
2016-02-20 0:55 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot, " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 09/10] arm: am437x: cm-t43: set MPU and CORE voltages on boot Nikita Kiryanov
2016-02-20 0:56 ` Tom Rini
2016-02-25 15:25 ` [U-Boot] [U-Boot, " Tom Rini
2016-02-19 17:19 ` [U-Boot] [PATCH 10/10] arm: am437x: cm-t43: update parameters for raw mmc boot Nikita Kiryanov
2016-02-20 0:55 ` Tom Rini
2016-02-25 15:26 ` [U-Boot] [U-Boot, " Tom Rini
2016-02-21 11:59 ` [U-Boot] [PATCH] arm: am437x: cm-t43: bring back BOOTDELAY feature Nikita Kiryanov
2016-02-21 12:54 ` Tom Rini
2016-02-25 15:26 ` Tom Rini [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=20160225152609.GZ23166@bill-the-cat \
--to=trini@konsulko.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox