From 49211a02126e3bfef64719c7240fd30ee9b6d340 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Fri, 24 Apr 2015 11:50:36 +0100 Subject: Porting Guide: Fix the path to IO storage files Change-Id: I57e794b7bfdcb22682db8d84f558cda0a81144ea --- docs/porting-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/porting-guide.md') 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 -`/io_storage.h`. The implementation of the common library is in -`/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 -- cgit v1.2.3