[PATCH v2025.09.y 06/58] MIPS: qemu-malta_defconfig: Use largest possible relocation table
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Mar 13 06:24:50 PDT 2026
From: Tobias Waldekranz <tobias at waldekranz.com>
With the upcoming device-mapper selftest, enabling CONFIG_DISK and
CONFIG_DM_BLK pushed the resulting relocation table over the 0x8000
default.
Given that the target hardware is QEMU, RAM is unlikely to be a scarce
resource. Therefore, go for the maximum allowed to avoid being back
here again when the next thing is added.
(cherry picked from commit 42226e38383a35b2e56fc9ad548c29da3ca497ff)
Signed-off-by: Tobias Waldekranz <tobias at waldekranz.com>
Link: https://lore.barebox.org/20250909131843.2260573-6-tobias@waldekranz.com
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/mips/configs/qemu-malta_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/configs/qemu-malta_defconfig b/arch/mips/configs/qemu-malta_defconfig
index 5f2b4470b817..e5bc8ff8cbc5 100644
--- a/arch/mips/configs/qemu-malta_defconfig
+++ b/arch/mips/configs/qemu-malta_defconfig
@@ -1,3 +1,4 @@
+CONFIG_MIPS_RELOCATION_TABLE_SIZE=0x10000
CONFIG_BOARD_QEMU_MALTA=y
CONFIG_IMAGE_COMPRESSION_XZKERN=y
CONFIG_NAME="qemu-malta_defconfig"
--
2.47.3
More information about the barebox
mailing list