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)
commite9470fcd278dd85887f7671e5561351a860bb3d5
treeb09e509dcf6b80ffdb96937ebb5f6fc883efefa1
parent622c956cada0ce29b4464f8d488951454f3b3bef
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