Skip to content
Snippets Groups Projects
Commit 4b8f4892 authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Tom Rini
Browse files

arm: am437x: cm-t43: bring back BOOTDELAY feature


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: default avatarNikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 7d751d66
No related branches found
No related tags found
No related merge requests found
...@@ -98,10 +98,8 @@ ...@@ -98,10 +98,8 @@
#undef CONFIG_SPL_OS_BOOT #undef CONFIG_SPL_OS_BOOT
#undef CONFIG_SPL_GPIO_SUPPORT #undef CONFIG_SPL_GPIO_SUPPORT
#undef CONFIG_SPL_NAND_SUPPORT #undef CONFIG_SPL_NAND_SUPPORT
#undef CONFIG_BOOTDELAY
#undef CONFIG_SYS_MONITOR_LEN #undef CONFIG_SYS_MONITOR_LEN
#undef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR #undef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
#include <config_distro_defaults.h>
#define CONFIG_ZERO_BOOTDELAY_CHECK #define CONFIG_ZERO_BOOTDELAY_CHECK
#undef CONFIG_CMD_IMLS #undef CONFIG_CMD_IMLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment