]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32mp15: move bootdelay configuration in defconfig
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 1 Mar 2021 18:40:56 +0000 (19:40 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 11 Mar 2021 16:54:39 +0000 (17:54 +0100)
commit103414d5ab4ebf0b0668fc45477e3c8a5768a4c1
treeb09e509dcf6b80ffdb96937ebb5f6fc883efefa1
parent1967edf5372413bd67a0c5f6aadb5a8c879afa38
configs: stm32mp15: move bootdelay configuration in defconfig

The STM32MP15 boards have no reason to configure bootdelay in stm32mp1.h
as it is already done with CONFIG_BOOTDELAY (default = 2) and in
include/env_default.h.

This patch allows configuration for customers which reuse stm32mp1.h
and reduce the size of the default environment.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
configs/stm32mp15_basic_defconfig
configs/stm32mp15_dhcom_basic_defconfig
configs/stm32mp15_dhcor_basic_defconfig
configs/stm32mp15_trusted_defconfig
include/configs/stm32mp1.h