From 75cb2b962d9c9e55afc5bae58d770f6ccdc826da Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 8 Sep 2015 14:28:19 -0400 Subject: docs: Minor - add "code relocation" link to "Execution and code flow" document Signed-off-by: Kevin O'Connor --- docs/Execution_and_code_flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Execution_and_code_flow.md b/docs/Execution_and_code_flow.md index 9396eca..a54776e 100644 --- a/docs/Execution_and_code_flow.md +++ b/docs/Execution_and_code_flow.md @@ -36,7 +36,7 @@ process. The POST phase itself has several sub-phases. -* The "preinit" sub-phase: code run prior to code relocation. +* The "preinit" sub-phase: code run prior to [code relocation](Linking overview#Code relocation). * The "init" sub-phase: code to initialize internal variables and interfaces. * The "setup" sub-phase: code to setup hardware and drivers. -- cgit v1.1