Change header file reference.
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Gilbert Chen <gilbert.chen@hpe.com>
---
Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialPortLib.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialPortLib.c b/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialPortLib.c
index e51bf9c..5ed3593 100644
--- a/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialPortLib.c
+++ b/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialPortLib.c
@@ -1,9 +1,6 @@
/** @file
UART Serial Port library functions
- Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
- Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
-
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -11,7 +8,7 @@
#include <Base.h>
#include <Library/IoLib.h>
#include <Library/SerialPortLib.h>
-#include <sbi_utils/serial/sifive-uart.h>
+#include <include/sbi_utils/serial/sifive-uart.h> // Reference to header file in opensbi
#define REG32(p, i) ((p)[(i) >> 2])
--
2.7.4
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#47791): https://edk2.groups.io/g/devel/message/47791
Mute This Topic: https://groups.io/mt/34260843/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-