diff options
author | Michal Simek <michal.simek@amd.com> | 2022-11-29 16:09:42 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-12-05 08:55:55 +0100 |
commit | 92e690053630f8884133305a66ab03ea1a09bf5c (patch) | |
tree | 5c2df95e5729f39cbc7460d49de9813088d2e593 /configs/xilinx_zynqmp_mini_emmc0_defconfig | |
parent | 74673ca705829bd6321ff9e4ebf1dc0742bc2647 (diff) | |
download | u-boot-92e690053630f8884133305a66ab03ea1a09bf5c.tar.gz |
arm64: zynqmp: Do not enable IPI by default
ZynqMP mini configurations are not using IPI driver and enabling this is
adding additional ~1200 Bytes (depends on configuration).
This ends up in situation that there is no enough space in OCM for
relocation that's why disable this driver for all mini configurations.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/c71bab3927cb71ae517d9c21f59f3d5cf0caf712.1669734580.git.michal.simek@amd.com
Diffstat (limited to 'configs/xilinx_zynqmp_mini_emmc0_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_mini_emmc0_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_mini_emmc0_defconfig b/configs/xilinx_zynqmp_mini_emmc0_defconfig index 3aa4b6d5b7..a1ee98dfc2 100644 --- a/configs/xilinx_zynqmp_mini_emmc0_defconfig +++ b/configs/xilinx_zynqmp_mini_emmc0_defconfig @@ -70,6 +70,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_DM_WARN is not set # CONFIG_DM_DEVICE_REMOVE is not set CONFIG_SPL_DM_SEQ_ALIAS=y +# CONFIG_DM_MAILBOX is not set CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ZYNQ=y |