Update the path for firmware_image_package.h in firmware-design.md
authorSummer Qin <summer.qin@arm.com>
Mon, 10 Apr 2017 16:14:38 +0000 (17:14 +0100)
committerSummer Qin <summer.qin@arm.com>
Fri, 2 Jun 2017 06:54:18 +0000 (14:54 +0800)
Change-Id: Ic0a9b3c6d212e7171b37f944e11f079282dcce87
Signed-off-by: Summer Qin <summer.qin@arm.com>
docs/firmware-design.md

index def802c0d9d7b52aac9cc23f8bbae742ee4ddadf..358292ab7b6532d2c23bcd478678b1b60e75a518 100644 (file)
@@ -1744,8 +1744,8 @@ provided in the ToC entry the corresponding payload data can be retrieved.
     ------------------
 
 The ToC header and entry formats are described in the header file
-`include/firmware_image_package.h`. This file is used by both the tool and the
-ARM Trusted firmware.
+`include/tools_share/firmware_image_package.h`. This file is used by both the
+tool and the ARM Trusted firmware.
 
 The ToC header has the following fields:
 
@@ -1760,8 +1760,9 @@ A ToC entry has the following fields:
 
     `uuid`: All files are referred to by a pre-defined Universally Unique
         IDentifier [UUID] . The UUIDs are defined in
-        `include/firmware_image_package`. The platform translates the requested
-        image name into the corresponding UUID when accessing the package.
+        `include/tools_share/firmware_image_package.h`. The platform translates
+        the requested image name into the corresponding UUID when accessing the
+        package.
     `offset_address`: The offset address at which the corresponding payload data
         can be found. The offset is calculated from the ToC base address.
     `size`: The size of the corresponding payload data in bytes.