aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/target/musca_b1/Device/Source/device_definition.c
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2020-06-04 11:44:49 +0800
committerKen Liu <Ken.Liu@arm.com>2020-06-08 03:56:46 +0100
commitc9bdcd7ec9c8ddcdf6fb7e0eb1c33940daf4282f (patch)
tree787686fe0ae8bc42e35ae59ec07fb858d9b2d94e /platform/ext/target/musca_b1/Device/Source/device_definition.c
parent2b0b72c44a20bab0e5aedd50731d40211331b987 (diff)
downloadtrusted-firmware-m-c9bdcd7ec9c8ddcdf6fb7e0eb1c33940daf4282f.tar.gz
Platform: Update the include statements
Change the absolute including into relative path including for platform sources. Change-Id: I594577eae7689ea8ac6cb557d5b0b5a048ee9b4d Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
Diffstat (limited to 'platform/ext/target/musca_b1/Device/Source/device_definition.c')
-rw-r--r--platform/ext/target/musca_b1/Device/Source/device_definition.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ext/target/musca_b1/Device/Source/device_definition.c b/platform/ext/target/musca_b1/Device/Source/device_definition.c
index 303e41f3e1..90899d4275 100644
--- a/platform/ext/target/musca_b1/Device/Source/device_definition.c
+++ b/platform/ext/target/musca_b1/Device/Source/device_definition.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2020 Arm Limited. All rights reserved.
*
* Licensed under the Apache License Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
#include "device_cfg.h"
#include "device_definition.h"
#include "platform_base_address.h"
-#include "platform/include/tfm_plat_defs.h"
+#include "tfm_plat_defs.h"
/* ======= Peripheral configuration structure definitions ======= */
/* MUSCA B1 SCC driver structures */