diff options
| author | Marek Vasut <[email protected]> | 2026-04-05 05:51:40 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-04-08 19:35:05 +0200 |
| commit | cb5f92b5d5d671fe8fc7068feb9a465cca976e46 (patch) | |
| tree | b10ac448292cb1d913e64e23f9d9b710a954f4ec /configs | |
| parent | fdfaf72ace05c349045ab2e48731d82b65aa13eb (diff) | |
arm: renesas: Enable preboot environment variable on all R-Car systems
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 <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/renesas_rcar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config index 1835eb1357f..a93cb2e9f13 100644 --- a/configs/renesas_rcar.config +++ b/configs/renesas_rcar.config @@ -30,5 +30,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 |
