Re: [PATCH] microblaze: spl: drop boot_linux and disable falcon mode by default

2023-01-23 Thread Michal Simek
On 1/22/23 19:02, Ovidiu Panait wrote: Make spl_start_uboot() available only if CONFIG_SPL_OS_BOOT is enabled this is one patch and drop boot_linux, as the variable is not assigned anywhere. This is another patch. Also, disable CONFIG_SPL_OS_BOOT in defconfig so that a microblaze-gene

[PATCH] microblaze: spl: drop boot_linux and disable falcon mode by default

2023-01-22 Thread Ovidiu Panait
Make spl_start_uboot() available only if CONFIG_SPL_OS_BOOT is enabled and drop boot_linux, as the variable is not assigned anywhere. Also, disable CONFIG_SPL_OS_BOOT in defconfig so that a microblaze-generic_defconfig build will still boot into u-boot proper, as it does currently. Signed-off-by: