]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: sc5xx: Set default bootcmd to SPI boot
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:23 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
commit21eeb0176bbc009aabc629e89c6c0d42266e8430
tree41c190708a2347730e3e451502a95693def09ee6
parenta6438a10267e52898448711281ae631945b87e84
configs: sc5xx: Set default bootcmd to SPI boot

Align configs to use the same default bootcommand. With the environment
no longer stored in the SPI, SPI boot is the intended default boot
method for all sc5xx platforms, with the exception of the sc573, and the
sc584.

The sc59x boards, the sc594 and the sc598, additionally have the option
of using OSPI for boot, but the default boot method for these boards is
still SPI.

Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sc589-ezkit_defconfig
configs/sc589-mini_defconfig
configs/sc594-som-ezkit-spl_defconfig
configs/sc594-som-ezlite-spl_defconfig