diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2024-08-13 13:48:28 +0200 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2024-10-03 21:08:33 +0000 |
commit | 7a52c9a7d92a9bb5b40f78edc0d8bac00ec4cda5 (patch) | |
tree | f61984da7f670e422e6caec427021f5e78487dd8 /src | |
parent | 770dba3339e7603b985e5134a11c523586c4d5bd (diff) |
soc/amd/glinda/.../iomap.h: Update for glinda
Remove TODO after checking the addresses are still valid.
source:
PPR 57254 Rev 1.59 Table "Address Space Mapping under APB BUS"
Change-Id: If282ce5687b8a2bdae03ebfc5a37fe5b8b17647a
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/glinda/include/soc/iomap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/glinda/include/soc/iomap.h b/src/soc/amd/glinda/include/soc/iomap.h index 029dd1c0d0..eb4b58100b 100644 --- a/src/soc/amd/glinda/include/soc/iomap.h +++ b/src/soc/amd/glinda/include/soc/iomap.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Update for Glinda */ - #ifndef AMD_GLINDA_IOMAP_H #define AMD_GLINDA_IOMAP_H |