diff options
| author | Douglas Raillard <douglas.raillard@arm.com> | 2016-11-09 14:00:04 +0000 |
|---|---|---|
| committer | Douglas Raillard <douglas.raillard@arm.com> | 2016-11-14 16:04:01 +0000 |
| commit | b3fa89ad452a28e974a6da02ba7143ee31b9893c (patch) | |
| tree | 31ce729fc84b50c423e57baa3bf7b85b693cc793 | |
| parent | 90d2956aeaa9f0838400eb40d6c48935ec4c988b (diff) | |
firmware-design.md: Fix broken link
Fix a link broken by a missing space that turned
it into a link to an non-existent anchor.
Change-Id: Ie863e963db28afa3a28b69d3f63bd7638bdf5af9
Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
| -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 |
