]> git.ipfire.org Git - thirdparty/u-boot.git/commit
xilinx: Disable SPL_OS_BOOT for Zynq and ZynqMP
authorMichal Simek <michal.simek@amd.com>
Wed, 17 Sep 2025 07:22:18 +0000 (09:22 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 17 Sep 2025 13:50:05 +0000 (07:50 -0600)
commit5b35aa9da1e0795981cf7bafd1053feb7de95be2
treee8179843454dbd911fc6d44faffd28acb9b56ac1
parent097ef53d639c457f067f63b421767f9bd6426b84
xilinx: Disable SPL_OS_BOOT for Zynq and ZynqMP

The commit 210702ae6ce8 ("spl: spi: fix falcon mode for spi boot") fixed
the logic of spl_start_uboot() where 0 means OS boot and 1 means u-boot.
Zynq/ZynqMP enable OS_BOOT by default but it was never really be used
that's why disable it to boot via U-Boot phase all the time.

Signed-off-by: Michal Simek <michal.simek@amd.com>
configs/xilinx_zynq_virt_defconfig
configs/xilinx_zynqmp_kria_defconfig
configs/xilinx_zynqmp_virt_defconfig