diff options
author | danh-arm <dan.handley@arm.com> | 2016-11-16 11:35:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 11:35:49 +0000 |
commit | c0c1719c8d0f7fd1bb66860a3a0139ec0bdedeab (patch) | |
tree | 9ae0675d0bac68d85ac3cefb6cd5383d9f099222 | |
parent | bafc2396678d1622d2a2471078148fe85853e86e (diff) | |
parent | b3fa89ad452a28e974a6da02ba7143ee31b9893c (diff) |
Merge pull request #756 from douglas-raillard-arm/dr/doc_fix_link_fw_design
firmware-design.md: Fix broken link
-rw-r--r-- | docs/firmware-design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/firmware-design.md b/docs/firmware-design.md index abe7dc5a..c37f9c5f 100644 --- a/docs/firmware-design.md +++ b/docs/firmware-design.md @@ -1077,7 +1077,7 @@ reset handling functions. Details for implementing a CPU specific reset handler can be found in Section 8. Details for implementing a platform specific reset handler can be -found in the [Porting Guide](see the `plat_reset_handler()` function). +found in the [Porting Guide] (see the `plat_reset_handler()` function). When adding functionality to a reset handler, keep in mind that if a different reset handling behavior is required between the first and the subsequent |