From 0639bff5bac84975258f4059eaf130582e1aee94 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 9 Nov 2020 13:13:27 -0700 Subject: src: Update some incorrect config options in comments This is a trivial patch to fix some comments that were generating notes in the kconfig lint test. Signed-off-by: Martin Roth Change-Id: I26a95f17e82910f50c62215be5c29780fe98e29a Reviewed-on: https://review.coreboot.org/c/coreboot/+/47366 Reviewed-by: Angel Pons Reviewed-by: Furquan Shaikh Reviewed-by: Christian Walter Tested-by: build bot (Jenkins) --- src/soc/intel/braswell/memmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/braswell') diff --git a/src/soc/intel/braswell/memmap.c b/src/soc/intel/braswell/memmap.c index 6cfce43a81..4a791ef181 100644 --- a/src/soc/intel/braswell/memmap.c +++ b/src/soc/intel/braswell/memmap.c @@ -27,11 +27,11 @@ void *cbmem_top_chipset(void) /* * +-------------------------+ Top of RAM (aligned) * | System Management Mode | - * | code and data | Length: CONFIG_TSEG_SIZE + * | code and data | Length: CONFIG_SMM_TSEG_SIZE * | (TSEG) | * +-------------------------+ SMM base (aligned) * | | - * | Chipset Reserved Memory | Length: Multiple of CONFIG_TSEG_SIZE + * | Chipset Reserved Memory | Length: Multiple of CONFIG_SMM_TSEG_SIZE * | | * +-------------------------+ top_of_ram (aligned) * | | -- cgit v1.2.3