While 128M is too much and leads to errors:
pci_ecam_generic: relocation out of range, section 5 reloc 0
sym 'dev_request_mem_resource'
pci_ecam_generic: relocation out of range, section 12 reloc 0
sym 'platform_driver_register'
Taking 64M as previous power of two is needlessly conservative.
100M seems to work fine, so use that. This will be useful for upcoming
decompression tests as LZ4 decompressions allocates a 8M buffer.
Signed-off-by: Ahmad Fatoum <[email protected]>
---
test/arm/modules32_defconfig.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/arm/modules32_defconfig.yaml
b/test/arm/modules32_defconfig.yaml
index aa01881f0ecc..b12042624769 100644
--- a/test/arm/modules32_defconfig.yaml
+++ b/test/arm/modules32_defconfig.yaml
@@ -5,7 +5,7 @@ targets:
qemu_bin: qemu-system-arm
machine: virt
cpu: cortex-a7
- memory: 64M # To avoid indirection via (unsupported) PLTs
+ memory: 100M # To avoid indirection via (unsupported) PLTs
bios: barebox-qemu-virt.img
display: qemu-default
BareboxDriver:
--
2.47.3