]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Build psu_spl_init for SPL all the time
authorMichal Simek <michal.simek@xilinx.com>
Thu, 17 Feb 2022 13:28:39 +0000 (14:28 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Feb 2022 12:20:06 +0000 (13:20 +0100)
commitf7e94d6435049eaacd8fc9beb2ca603d5d79fc2e
tree1c9e04ead1bdee86461adbb905a880a4c45c8284
parentc9507ba1380333064745296b9c047599ba6718ab
arm64: zynqmp: Build psu_spl_init for SPL all the time

ZYNQMP_PSU_INIT_ENABLED specifically saying that has connection to full
U-Boot not SPL that's why build psu_spl_init for SPL all the time.

Also disable ZYNQMP_PSU_INIT_ENABLED because it ends up in situation that
psu_init() is called twice which is wrong. By default only SPL should call
it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/bf1e5d9a163f8853c7d951ad42965114ab0b1f50.1645104518.git.michal.simek@xilinx.com
arch/arm/mach-zynqmp/Makefile
configs/xilinx_zynqmp_virt_defconfig