From e822d4b09315274d9820b507ba59644b1cec7e75 Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Thu, 25 Jul 2024 17:42:29 +0800 Subject: soc/mediatek/mt8196/memlayout: Fix the location of BOOTBLOCK comment The comment for the BOOTBLOCK region should be written right above the BOOTBLOCK declaration. BUG=b:317009620 TEST=none BRANCH=none Change-Id: I7afdf74844a9d97169b4e4a23c3c9c6060e886d9 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/83649 Reviewed-by: Paul Menzel Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/soc/mediatek/mt8196/include/soc/memlayout.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/mediatek/mt8196/include/soc/memlayout.ld b/src/soc/mediatek/mt8196/include/soc/memlayout.ld index e0975c7c81..664e55b051 100644 --- a/src/soc/mediatek/mt8196/include/soc/memlayout.ld +++ b/src/soc/mediatek/mt8196/include/soc/memlayout.ld @@ -40,8 +40,8 @@ SECTIONS * aarch64-cros-linux-gnu-objdump -x dram.elf | grep memsz */ DRAM_INIT_CODE(0x02000000, 600K) - /* 4K reserved for BOOTROM until BOOTBLOCK is started */ #else + /* The beginning 4K of SRAM_L2C is reserved for BOOTROM until BOOTBLOCK is started. */ BOOTBLOCK(0x02001000, 60K) #endif OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x02096000, 272K) -- cgit v1.2.3