commit | 875a135f380c8afc9c6a6581f5ca5af7d45cede2 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Tue Nov 29 16:09:42 2022 +0100 |
committer | Michal Simek <michal.simek@amd.com> | Mon Dec 05 08:55:55 2022 +0100 |
tree | 5c2df95e5729f39cbc7460d49de9813088d2e593 | |
parent | 461b9314c827674c6e4a586d9b6d5087732bd404 [diff] [blame] |
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
diff --git a/configs/xilinx_zynqmp_mini_qspi_defconfig b/configs/xilinx_zynqmp_mini_qspi_defconfig index af88565..6861f73 100644 --- a/configs/xilinx_zynqmp_mini_qspi_defconfig +++ b/configs/xilinx_zynqmp_mini_qspi_defconfig
@@ -75,6 +75,7 @@ # CONFIG_GPIO is not set # CONFIG_I2C is not set # CONFIG_INPUT is not set +# CONFIG_DM_MAILBOX is not set # CONFIG_MMC is not set # CONFIG_SPI_FLASH_SMART_HWCAPS is not set # CONFIG_SPI_FLASH_UNLOCK_ALL is not set