[PATCH 1/1] mips: malta: set MIPS_RELOCATION_TABLE_SIZE=0xc000

3 Nov
2024
3 Nov
'24
8:01 p.m.
MIPS_RELOCATION_TABLE_SIZE=0x8000 is too small to enable UNIT_TEST. Increase it by 50 % (16 KiB).
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b2d0aaadb2a..fce56cb332e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -319,6 +319,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
--
2.45.2
189
Age (days ago)
189
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heinrich Schuchardt