commit | 730fcb5c7c49c12afe7675f136cca54455fdf0f2 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Nov 15 15:31:02 2024 +0100 |
committer | Michal Simek <michal.simek@amd.com> | Tue Nov 19 15:57:56 2024 +0100 |
tree | 9599552aac60810031b04e7a4af1ebc099edbad1 | |
parent | fb0889d356bd9f7ab75d7928eecba72bf7f0ce68 [diff] [blame] |
xilinx: Introduce XILINX_MINI configuration There is no common symbol which mini configurations are using and recent get_mem_top() changes adding 1.3kB without having a way to remove it. That's why introduce new symbol which can be used for removing features which are not requested by these configurations. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aa27b72e17057fa8cbdd92a2bbb863a31c8c1226.1731681053.git.michal.simek@amd.com
diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig index d0ea2b6..c2a5624 100644 --- a/configs/xilinx_versal_mini_ospi_defconfig +++ b/configs/xilinx_versal_mini_ospi_defconfig
@@ -13,6 +13,7 @@ # CONFIG_DM_GPIO is not set CONFIG_DEFAULT_DEVICE_TREE="versal-mini-ospi-single" CONFIG_SYS_LOAD_ADDR=0x8000000 +CONFIG_XILINX_MINI=y CONFIG_SYS_MEM_RSVD_FOR_MMU=y CONFIG_VERSAL_NO_DDR=y # CONFIG_PSCI_RESET is not set