| Age | Commit message (Collapse) | Author |
|
The current name is inconsistent with SPL which uses CONFIG_SPL_TEXT_BASE
and this makes it imposible to use CONFIG_VAL().
Rename it to resolve this problem.
Signed-off-by: Simon Glass <[email protected]>
|
|
The instructions are generic, so move to the generic doc.
Signed-off-by: Tom Rini <[email protected]>
|
|
With older toolchains it is possible to not fit entirely into the 45KB
that we had assigned to SPL. Adjust to allow for 8KB of stack (which
should be more than required) and 54KB of text/data.
Cc: Vaibhav Hiremath <[email protected]>
Cc: Nagendra T S <[email protected]>
Cc: Thomas Weber <[email protected]>
Cc: Ilya Yanok <[email protected]>
Cc: Steve Sakoman <[email protected]>
Cc: Stefano Babic <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Acked-by: Vaibhav Hiremath <[email protected]>
|
|
This document describes the SPL process for OMAP3 (and related) boards
as well as a partial memory map and how to verify certain aspects
outside of running on the target.
Signed-off-by: Tom Rini <[email protected]>
|