[PATCH] arm: renesas: Enable preboot environment variable on all R-Car systems
Marek Vasut
marek.vasut+renesas at mailbox.org
Sun Apr 5 05:51:40 CEST 2026
Enable the 'preboot' variable on all R-Car systems. This variable can
optionally be set and contain a script which is executed before the
autoboot timeout starts. This can be used to run critical scripts or
similar tasks. By default, the "preboot" variable is empty.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
configs/renesas_rcar.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config
index b3107d79b0e..548c7827e77 100644
--- a/configs/renesas_rcar.config
+++ b/configs/renesas_rcar.config
@@ -28,5 +28,6 @@ CONFIG_RCAR_GPIO=y
CONFIG_SCIF_CONSOLE=y
CONFIG_SERIAL_RX_BUFFER=y
CONFIG_SPI=y
+CONFIG_USE_PREBOOT=y
CONFIG_VERSION_VARIABLE=y
CONFIG_WGET=y
--
2.53.0
More information about the U-Boot
mailing list