test_rom: correct the CHERIoT ROM size to really be 48K
The original intent was to make the ROM 48K but it was only made
44K. Correct that so that logger format fields fit.
Change-Id: Ibc6643e34487183cf7f287463bc70697b82aaeeb
diff --git a/hw/top_matcha/sw/autogen/top_matcha_memory_cheri.ld b/hw/top_matcha/sw/autogen/top_matcha_memory_cheri.ld
index d2fbb4b..795854a 100644
--- a/hw/top_matcha/sw/autogen/top_matcha_memory_cheri.ld
+++ b/hw/top_matcha/sw/autogen/top_matcha_memory_cheri.ld
@@ -15,7 +15,7 @@
eflash(rx) : ORIGIN = 0x20000000, LENGTH = 0x100000
ram_main(rwx) : ORIGIN = 0x10000000, LENGTH = 0x300000
ram_rom(rw) : ORIGIN = 0x10300000, LENGTH = 0x100000
- rom(rx) : ORIGIN = 0x00008000, LENGTH = 0xb000
+ rom(rx) : ORIGIN = 0x00008000, LENGTH = 0xc000
ram_ml_dmem(rwx) : ORIGIN = 0x5A000000, LENGTH = 0x400000
}