summaryrefslogtreecommitdiffstats
path: root/boards.cfg
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2012-04-19 07:58:57 +0000
committerWolfgang Denk <wd@denx.de>2012-08-09 22:37:42 +0200
commitd22650afabd6ce0003569f11b1605a69aac0f22c (patch)
tree168813d217bf2e8229459f92b6ca52ab094600b3 /boards.cfg
parentf28e26951a903f495912b89d2563d1b2e41caf76 (diff)
downloadtalos-obmc-uboot-d22650afabd6ce0003569f11b1605a69aac0f22c.tar.gz
talos-obmc-uboot-d22650afabd6ce0003569f11b1605a69aac0f22c.zip
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>
Diffstat (limited to 'boards.cfg')
-rw-r--r--boards.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/boards.cfg b/boards.cfg
index 05987632f4..becf258e49 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -11,6 +11,11 @@
# Lines starting with '#' are comments.
# Blank lines are ignored.
#
+# The CPU field takes the form:
+# cpu[:spl_cpu]
+# If spl_cpu is specified the make variable CPU will be set to this
+# during the SPL build.
+#
# The options field takes the form:
# <board config name>[:comma separated config options]
# Each config option has the form (value defaults to "1"):
OpenPOWER on IntegriCloud