summaryrefslogtreecommitdiff
path: root/docs/porting-guide.md
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-04-24 11:50:36 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2015-04-24 11:51:50 +0100
commit49211a02126e3bfef64719c7240fd30ee9b6d340 (patch)
tree2d97340fe1d6fea5aca1de7c273c25feddda9b80 /docs/porting-guide.md
parent0d8bc7d64fb4f0def8894de3173fbb696a34d587 (diff)
Porting Guide: Fix the path to IO storage files
Change-Id: I57e794b7bfdcb22682db8d84f558cda0a81144ea
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r--docs/porting-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index 2d307c4..2ea0e8d 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -278,8 +278,8 @@ These drivers then need to be initialized in `tftf_platform_setup()` function.
It is mandatory to implement at least one storage driver. For the FVP and Juno
platforms the NOR Flash driver is provided as the default means to store test
results to storage. The storage layer is described in the header file
-`<FIXME>/io_storage.h`. The implementation of the common library is in
-`<FIXME>/io_storage.c` and the driver files are located in `drivers/io/`.
+`include/lib/io_storage.h`. The implementation of the common library is in
+`drivers/io/io_storage.c` and the driver files are located in `drivers/io/`.
6. Build Flags