diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-02 08:32:17 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:41:37 +0000 |
commit | d0e2155a59e1dec08d15d02d7eba30980b902493 (patch) | |
tree | 3eb48b5a8264a22ca2201009db3b554c346864a6 /src/soc/intel/braswell/acpi | |
parent | 59f8a506861a11adeac0d1e64f5608feef976293 (diff) |
treewide: Remove unuseful "_ADR: Address" comment
Change-Id: Ib968fe7f9f95e8f690b46b868fd7d6f9332b4c9a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72664
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/braswell/acpi')
-rw-r--r-- | src/soc/intel/braswell/acpi/scc.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/acpi/scc.asl b/src/soc/intel/braswell/acpi/scc.asl index a071e0861d..5efe5a06cb 100644 --- a/src/soc/intel/braswell/acpi/scc.asl +++ b/src/soc/intel/braswell/acpi/scc.asl @@ -65,7 +65,7 @@ Device (EMMC) Device (PEMC) { - Name (_ADR, 0x00100000) // _ADR: Address + Name (_ADR, 0x00100000) OperationRegion (SDIO, PCI_Config, 0x84, 0x04) Field (SDIO, WordAcc, NoLock, Preserve) |