diff options
author | Michal Simek <michal.simek@amd.com> | 2024-11-15 15:31:02 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2024-11-19 15:57:56 +0100 |
commit | 383fc2f50166fded0571d41baa7826eaaa5dba97 (patch) | |
tree | 9599552aac60810031b04e7a4af1ebc099edbad1 /configs/amd_versal2_mini_emmc_defconfig | |
parent | 57066053b6f6b60a72fa82138ae92a44511cc9d4 (diff) | |
download | u-boot-383fc2f50166fded0571d41baa7826eaaa5dba97.tar.gz |
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
Diffstat (limited to 'configs/amd_versal2_mini_emmc_defconfig')
-rw-r--r-- | configs/amd_versal2_mini_emmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/amd_versal2_mini_emmc_defconfig b/configs/amd_versal2_mini_emmc_defconfig index 6d4b261606f..da3eebe3fdf 100644 --- a/configs/amd_versal2_mini_emmc_defconfig +++ b/configs/amd_versal2_mini_emmc_defconfig @@ -12,6 +12,7 @@ CONFIG_DEFAULT_DEVICE_TREE="amd-versal2-mini" CONFIG_SYS_LOAD_ADDR=0x8000000 CONFIG_DEBUG_UART_BASE=0xf1920000 CONFIG_DEBUG_UART_CLOCK=100000000 +CONFIG_XILINX_MINI=y # CONFIG_PSCI_RESET is not set CONFIG_DEBUG_UART=y # CONFIG_EXPERT is not set |