]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkconfig: add support for SPL CPU
authorAllen Martin <amartin@nvidia.com>
Thu, 19 Apr 2012 07:58:57 +0000 (07:58 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 9 Aug 2012 20:37:42 +0000 (22:37 +0200)
commitd22650afabd6ce0003569f11b1605a69aac0f22c
tree168813d217bf2e8229459f92b6ca52ab094600b3
parentf28e26951a903f495912b89d2563d1b2e41caf76
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>
boards.cfg
doc/README.SPL
mkconfig