From: Nikita Kiryanov <nikita@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: am437x: cm-t43: bring back BOOTDELAY feature
Date: Sun, 21 Feb 2016 13:59:20 +0200 [thread overview]
Message-ID: <1456055960-17039-1-git-send-email-nikita@compulab.co.il> (raw)
In-Reply-To: <1455902390-5387-1-git-send-email-nikita@compulab.co.il>
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>
---
NOTE: this patch depends on the cm-t43 maintenance series:
https://www.mail-archive.com/u-boot at lists.denx.de/msg204112.html
include/configs/cm_t43.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h
index ae15095..1c1951c 100644
--- a/include/configs/cm_t43.h
+++ b/include/configs/cm_t43.h
@@ -98,10 +98,8 @@
#undef CONFIG_SPL_OS_BOOT
#undef CONFIG_SPL_GPIO_SUPPORT
#undef CONFIG_SPL_NAND_SUPPORT
-#undef CONFIG_BOOTDELAY
#undef CONFIG_SYS_MONITOR_LEN
#undef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
-#include <config_distro_defaults.h>
#define CONFIG_ZERO_BOOTDELAY_CHECK
#undef CONFIG_CMD_IMLS
--
1.9.1
next prev parent reply other threads:[~2016-02-21 11:59 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 ` Nikita Kiryanov [this message]
2016-02-21 12:54 ` [U-Boot] [PATCH] arm: am437x: cm-t43: bring back BOOTDELAY feature Tom Rini
2016-02-25 15:26 ` [U-Boot] " Tom Rini
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=1456055960-17039-1-git-send-email-nikita@compulab.co.il \
--to=nikita@compulab.co.il \
--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