summaryrefslogtreecommitdiffstats
path: root/bsp_howto/initilization_code.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-28 11:51:15 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-28 12:22:01 -0500
commita0c6979f160f4ea0f65bb76bafda04077ad2c7b3 (patch)
treee148f074f899df1e7e4e45d4ec484feccbb7f67e /bsp_howto/initilization_code.rst
parentwaf: Update to support a recent waf. (diff)
downloadrtems-docs-a0c6979f160f4ea0f65bb76bafda04077ad2c7b3.tar.bz2
initilization_code.rst, linker_script.rst: Fix cross reference
Diffstat (limited to 'bsp_howto/initilization_code.rst')
-rw-r--r--bsp_howto/initilization_code.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp_howto/initilization_code.rst b/bsp_howto/initilization_code.rst
index 5899bb2..a69731e 100644
--- a/bsp_howto/initilization_code.rst
+++ b/bsp_howto/initilization_code.rst
@@ -350,7 +350,7 @@ copied into RAM, then the data section recopy is initiated
This code performs the following actions:
- copies the .data section from ROM to its location reserved in RAM (see
- `Initialized Data`_ for more details about this copy),
+ :ref:`Initialized Data` for more details about this copy),
- clear ``.bss`` section (all the non-initialized data will take value 0).