mips: malta: set MIPS_RELOCATION_TABLE_SIZE=0xc000
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 3 Nov 2024 19:01:13 +0000 (20:01 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Apr 2025 10:50:04 +0000 (12:50 +0200)
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

index 7ea439e..d7065a8 100644 (file)
@@ -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