Hi, this series has only one purpose to move microblaze to distro boot to be aligned with other platforms and ways how they boot.
Depends on https://lists.denx.de/pipermail/u-boot/2020-September/427495.html Thanks, Michal Changes in v2: - Add missing CONFIG_DISTRO_DEFAULTS=y T Karthik Reddy (5): microblaze: Enable spi for microblaze microblaze: trivial code fixes microblaze: board: Check return value whlie saving env variables microblaze: Setup distro boot env variables at run time microblaze: Add support for distro boot arch/microblaze/Kconfig | 3 + board/xilinx/microblaze-generic/Kconfig | 5 ++ .../microblaze-generic/microblaze-generic.c | 24 ++++++- configs/microblaze-generic_defconfig | 13 ++-- include/configs/microblaze-generic.h | 66 ++++++++++++++++--- 5 files changed, 93 insertions(+), 18 deletions(-) -- 2.28.0