]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mach-sc5xx: Update boot commands
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:15 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
commitc1fcf76863700270ce10dceefeb72017e991d627
treea8a36ac0524013cee7f3ded197f6b7857ec96c9c
parente4b04e491fe7d78ed1e64974832bb79d2d91a7a8
mach-sc5xx: Update boot commands

Update the default boot commands to match the expected
bootargs in Linux and new SPI partitioning scheme.

Because the environment is no longer stored in the SPI
flash, imagesize has been removed and replaced with a fixed
length read to load from the SPI. Additionally the partitions
of the mmc have been updated. The first partition holds the fitImage
at /fitImage, and the second partition contains the rootfs.
With this change, the imagefile environment variable has also been
eliminated, the image in the first partition is expected to always
be named fitImage.

Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
13 files changed:
board/adi/sc573-ezkit/sc573-ezkit.env
board/adi/sc584-ezkit/sc584-ezkit.env
board/adi/sc589-ezkit/sc589-ezkit.env
board/adi/sc589-mini/sc589-mini.env
board/adi/sc594-som-ezkit/sc594-som-ezkit.env
board/adi/sc594-som-ezlite/sc594-som-ezlite.env
board/adi/sc598-som-ezkit/sc598-som-ezkit.env
board/adi/sc598-som-ezlite/sc598-som-ezlite.env
configs/sc573-ezkit_defconfig
configs/sc584-ezkit_defconfig
configs/sc589-ezkit_defconfig
configs/sc589-mini_defconfig
include/env/adi/adi_boot.env