docs/Security:Add references to second stage bootloader to avoid confusion bettwen

bootloader and 2nd stage bootloader
This commit is contained in:
Aditya Patwardhan
2023-06-22 17:18:08 +05:30
parent 253d80f560
commit 2a4fddb48b
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Goals
#. Simplify the traditional workflow with stepwise instructions.
#. Design a more flexible workflow as compared to the traditional firmware based workflow.
#. Improve reliability by dividing the workflow in small operations.
#. Eliminate dependency on firmware bootloader.
#. Eliminate dependency on :ref:`second-stage-bootloader` (firmware bootloader).
Pre-requisite
-------------