summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-04-09 16:34:38 -0600
committerTom Rini <[email protected]>2026-04-09 16:34:38 -0600
commite2fa3e570f83ab0f9ce667ddaec9dc738bcf05b9 (patch)
tree14de6d1a620c15e7b5bf349787edda955ee42745 /configs
parent2a1bcefce835b827bbf88a9e112d646c5c4af9c1 (diff)
parent4a95a2a9e13ab05e4fc309f92bc33998d80afe01 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shHEADmaster
Assorted fixes and tweaks, HUSH parser, preboot env variable, SMC command enablement, s_init and 32bit/64bit code clean up, DBSC and APMU remoteproc clean ups, UFS dev_phys_to_bus() remap support and SCIF R-Car Gen5 support.
Diffstat (limited to 'configs')
-rw-r--r--configs/renesas_rcar.config3
-rw-r--r--configs/renesas_rcar64.config1
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config
index b3107d79b0e..a93cb2e9f13 100644
--- a/configs/renesas_rcar.config
+++ b/configs/renesas_rcar.config
@@ -21,6 +21,8 @@ CONFIG_DM_SPI_FLASH=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_FIT=y
CONFIG_HUSH_PARSER=y
+# CONFIG_HUSH_OLD_PARSER is not set
+CONFIG_HUSH_MODERN_PARSER=y
CONFIG_MTD=y
CONFIG_OF_CONTROL=y
CONFIG_PROT_TCP_SACK=y
@@ -28,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
diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config
index da4b262fc6a..30869a4e3e7 100644
--- a/configs/renesas_rcar64.config
+++ b/configs/renesas_rcar64.config
@@ -1,6 +1,7 @@
#include <configs/renesas_rcar.config>
CONFIG_CMD_FS_GENERIC=y
+CONFIG_CMD_SMC=y
CONFIG_CMD_SPI=y
CONFIG_CMD_TEMPERATURE=y
CONFIG_DM_THERMAL=y