sc7280: Increased CBFS_MCACHE size

BUG=b:182963902
TEST=Validated on qualcomm sc7280 development board

Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org>
Change-Id: I16c41031718e1c3e41d0a128c8b254e2f6f94093
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56196
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
diff --git a/src/soc/qualcomm/sc7280/memlayout.ld b/src/soc/qualcomm/sc7280/memlayout.ld
index 8c264fb..1589ffb 100644
--- a/src/soc/qualcomm/sc7280/memlayout.ld
+++ b/src/soc/qualcomm/sc7280/memlayout.ld
@@ -39,9 +39,9 @@
 	DMA_COHERENT(0x14853000, 8K)
 	REGION(ddr_training, 0x14855000, 8K, 4K)
 	REGION(qclib_serial_log, 0x14857000, 4K, 4K)
-	REGION(ddr_information, 0x1485B000, 1K, 1K)
-	FMAP_CACHE(0x1485B400, 2K)
-	CBFS_MCACHE(0x1485BC00,8K)
+	CBFS_MCACHE(0x14858000,16K)
+	REGION(ddr_information, 0x1485C000, 1K, 1K)
+	FMAP_CACHE(0x1485C400, 2K)
 	REGION(dcb, 0x1485E000, 32K, 4K)
 	REGION(pmic, 0x14866000, 96K, 4K)
 	REGION(qclib, 0x1487E000, 840K, 4K)