[bootlin/training-materials updates] master: Boot time: fix SRAM size on AM335X (a634bcc9)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon May 2 15:14:45 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a634bcc925d69565cf8fa5457f039088b433148e

>---------------------------------------------------------------

commit a634bcc925d69565cf8fa5457f039088b433148e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon May 2 15:13:44 2022 +0200

    Boot time: fix SRAM size on AM335X
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

a634bcc925d69565cf8fa5457f039088b433148e
 common/booting-process-omap.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/booting-process-omap.tex b/common/booting-process-omap.tex
index ba13aea6..c8b0261c 100644
--- a/common/booting-process-omap.tex
+++ b/common/booting-process-omap.tex
@@ -8,7 +8,8 @@
     \begin{itemize}
     \item {\bf ROM Code}: tries to find a valid bootstrap image from
       various storage sources, and load it into SRAM. Size
-      limited to \textless 64 KB. No user interaction possible.
+      limited to \textless 128 KB (SRAM size on AM3358).
+      No user interaction possible.
     \item {\bf X-Loader} or {\bf U-Boot SPL}: runs from SRAM. Initializes
       the DRAM, the NAND or MMC controller, and loads the secondary
       bootloader into DRAM and starts it. No user interaction




More information about the training-materials-updates mailing list