From: Heinrich Schuchardt Date: Sun, 3 Nov 2024 19:01:13 +0000 (+0100) Subject: mips: malta: set MIPS_RELOCATION_TABLE_SIZE=0xc000 X-Git-Tag: v2025.07-rc1~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed16466966447b95d402376035217633ee5098ad;p=pandora-u-boot.git mips: malta: set MIPS_RELOCATION_TABLE_SIZE=0xc000 MIPS_RELOCATION_TABLE_SIZE=0x8000 is too small to enable UNIT_TEST. Increase it by 50 % (16 KiB). Signed-off-by: Heinrich Schuchardt --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7ea439e857c..d7065a80e23 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -322,6 +322,7 @@ config MIPS_CACHE_DISABLE config MIPS_RELOCATION_TABLE_SIZE hex "Relocation table size" range 0x100 0x10000 + default "0xc000" if TARGET_MALTA default "0x8000" ---help--- A table of relocation data will be appended to the U-Boot binary