diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2021-09-24 00:43:07 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-27 13:20:33 +0000 |
commit | 07958d3e86fc13752786cf8a4b8b95c8fda8d8c2 (patch) | |
tree | b8b7303fdaabd8d4e538d8f783d1c4f8095257fb /src/soc/amd | |
parent | fafeb190ae2dabf76adb0cca771520938a88c817 (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: I6a23e0ccff62c6ceddae70e1bef5c5abf872c495
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57926
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/acpimmio_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | * +---------------------------------------------------------------------------+ */ |