Skip to content
Snippets Groups Projects
Commit d22650af authored by Allen Martin's avatar Allen Martin Committed by Wolfgang Denk
Browse files

mkconfig: add support for SPL CPU


Add support for specifying a differnt CPU for main u-boot and SPL
u-boot builds.  This is done by adding an optional SPL CPU after the
main CPU in boards.cfg as follows:

     normal_cpu:spl_cpu

This this case CPU will be set to "normal_cpu" during the main u-boot
build and "spl_cpu" during the SPL build.

Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
parent f28e2695
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment