diff options
| author | Venkatesh Yadav Abbarapu <[email protected]> | 2024-01-17 08:50:14 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-01-17 08:12:21 +0100 |
| commit | 0a4595b538cc601563e828270ca822720c6eb6fe (patch) | |
| tree | a8f801bfc78ccf65b85086814836b3d37724caf8 | |
| parent | a270099e83c49f80f0f2f10cb8b6f23e3b3a6f6d (diff) | |
configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUP
Enable CONFIG_OF_BOARD_SETUP, so we could use ft_board_setup()
to enable the kaslr-seed and pass to kernel.
Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | configs/xilinx_zynqmp_kria_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_kria_defconfig b/configs/xilinx_zynqmp_kria_defconfig index a65a59c1ae1..86741f17731 100644 --- a/configs/xilinx_zynqmp_kria_defconfig +++ b/configs/xilinx_zynqmp_kria_defconfig @@ -33,6 +33,7 @@ CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x10000000 CONFIG_SYS_BOOTM_LEN=0x6400000 CONFIG_DISTRO_DEFAULTS=y +CONFIG_OF_BOARD_SETUP=y # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_USE_PREBOOT=y CONFIG_SYS_PBSIZE=2073 |
