[PATCH v4 02/14] mach-sc5xx: Remove update commands from default environment

Greg Malysa malysagreg at gmail.com
Thu Apr 16 06:17:10 CEST 2026


Hi Caleb,

On Fri, Apr 10, 2026 at 9:58 AM Caleb Ethridge <jcethrid at gmail.com> wrote:
>
>
> diff --git a/configs/sc573-ezkit_defconfig b/configs/sc573-ezkit_defconfig
> index 976d8e0306a..a58e74d3a45 100644
> --- a/configs/sc573-ezkit_defconfig
> +++ b/configs/sc573-ezkit_defconfig
> @@ -5,10 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x100000
>  CONFIG_SPL_GPIO=y
>  CONFIG_DM_GPIO=y
>  CONFIG_SPL_SYS_MALLOC_F_LEN=0x10000
> -CONFIG_SPL_SERIAL=y
> -CONFIG_SC5XX_UBOOT_OFFSET=0x20000
>  CONFIG_SC5XX_FITIMAGE_OFFSET=0xE0000
> -CONFIG_SC5XX_ROOTFS_OFFSET=0x6E0000
>  CONFIG_SC5XX_LOADADDR=0x83000000
>  CONFIG_WATCHDOG_TIMEOUT_MSECS=60000
>  CONFIG_CGU0_CLKOUTSEL=7

Sorry this took me a while to catch. It looks like this accidentally
deselects CONFIG_SPL_SERIAL for the sc573 only, which needs to be
enabled for the SPL prints and early boot banner to show up. Other
than that I tried the patch series out and it looked good.

Thanks,
Greg


More information about the U-Boot mailing list