"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh

Two fixes for R-Car Gen4 and CONFIG_ENV_OVERWRITE=n to always expect
"setenv -f" to be used when overwriting ethernet MAC on all R-Car.

Tom Rini d4a81248 d35a9883

+1 -3
-2
arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi
··· 23 23 24 24 &rpc { 25 25 bootph-all; 26 - status = "disabled"; 27 - 28 26 flash@0 { 29 27 bootph-all; 30 28 spi-tx-bus-width = <1>;
+1
configs/r8a779g3_sparrowhawk_defconfig
··· 6 6 CONFIG_ARM_SMCCC=y 7 7 CONFIG_ARMV8_PSCI=y 8 8 CONFIG_ENV_IS_IN_SPI_FLASH=y 9 + CONFIG_ENV_REDUNDANT=y 9 10 CONFIG_ENV_OFFSET=0x3f80000 10 11 CONFIG_ENV_OFFSET_REDUND=0x3fc0000 11 12 CONFIG_ENV_SECT_SIZE=0x40000
-1
configs/renesas_rcar.config
··· 17 17 CONFIG_DM_REGULATOR_GPIO=y 18 18 CONFIG_DM_SPI=y 19 19 CONFIG_DM_SPI_FLASH=y 20 - CONFIG_ENV_OVERWRITE=y 21 20 CONFIG_ENV_VARS_UBOOT_CONFIG=y 22 21 CONFIG_FIT=y 23 22 CONFIG_HUSH_PARSER=y