From 07958d3e86fc13752786cf8a4b8b95c8fda8d8c2 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 24 Sep 2021 00:43:07 +0200 Subject: [PATCH] soc/amd/common/block/include/acpimmio_map: add AOAC acronym in comment The Always On Always Connected block is referenced as AOAC in the code, so add that acronym in the comment and change the "Connect" to "Connected". Signed-off-by: Felix Held Change-Id: I6a23e0ccff62c6ceddae70e1bef5c5abf872c495 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57926 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/common/block/include/amdblocks/acpimmio_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/common/block/include/amdblocks/acpimmio_map.h b/src/soc/amd/common/block/include/amdblocks/acpimmio_map.h index f96c5cd264..38b2125213 100644 --- a/src/soc/amd/common/block/include/amdblocks/acpimmio_map.h +++ b/src/soc/amd/common/block/include/amdblocks/acpimmio_map.h @@ -81,7 +81,7 @@ * +---------------------------------------------------------------------------+ * |0x1d00 Wake device (AC DC timer) | * +---------------------------------------------------------------------------+ - * |0x1e00 Always On Always Connect registers | + * |0x1e00 Always On Always Connected (AOAC) registers | * +---------------------------------------------------------------------------+ */