mirror of https://github.com/acidanthera/audk.git
ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style)
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15608 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
52659efb9c
commit
a6217114e3
|
@ -1,7 +1,7 @@
|
|||
#/** @file
|
||||
# Semihosting serail port lib
|
||||
# Implement CacheMaintenanceLib for ARM architectures
|
||||
#
|
||||
# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
|
||||
# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -19,7 +19,7 @@
|
|||
FILE_GUID = 1A20BE1F-33AD-450C-B49A-7123FCA8B7F9
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = CacheMaintenanceLib
|
||||
LIBRARY_CLASS = CacheMaintenanceLib
|
||||
|
||||
[Sources.common]
|
||||
ArmCacheMaintenanceLib.c
|
||||
|
@ -34,4 +34,3 @@
|
|||
|
||||
[FixedPcd]
|
||||
gArmTokenSpaceGuid.PcdArmCacheOperationThreshold
|
||||
|
||||
|
|
Loading…
Reference in New Issue