commit | f5e0cf69f01b0e503f80972a60e21c61c2a4d3c5 | [log] [tgz] |
---|---|---|
author | Allen Martin <amartin@nvidia.com> | Thu Apr 19 07:58:57 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 09 22:37:42 2012 +0200 |
tree | 168813d217bf2e8229459f92b6ca52ab094600b3 | |
parent | 5bbc9a8ab5cd8bd98d3a499e435c74508f13d04f [diff] |
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: Allen Martin <amartin@nvidia.com>