From 8e48f94b396f089d5b7a2d32b77ce5a71f9b2d97 Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Thu, 25 Jul 2024 17:44:53 +0800 Subject: soc/mediatek/mt8188/memlayout: Add a space in SRAM_L2C_START comment Change-Id: I1888fedcc66ae13c76331d3f2f4465197ae51d35 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/83650 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: Paul Menzel --- src/soc/mediatek/mt8188/include/soc/memlayout.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/mediatek/mt8188/include/soc/memlayout.ld b/src/soc/mediatek/mt8188/include/soc/memlayout.ld index 3dc386e1f4..732b5baeb6 100644 --- a/src/soc/mediatek/mt8188/include/soc/memlayout.ld +++ b/src/soc/mediatek/mt8188/include/soc/memlayout.ld @@ -29,7 +29,7 @@ SECTIONS /* * The L3 is 2MB in total. The bootROM has configured half of the L3 cache as SRAM - *(SRAM_L2C) so that's 1MB (and the rest to be cache, which is required so you + * (SRAM_L2C) so that's 1MB (and the rest to be cache, which is required so you * can't reconfigure whole L3 as SRAM). */ SRAM_L2C_START(0x00200000) -- cgit v1.2.3