MAKEALL: update to work with new boards.cfg syntax
authorAllen Martin <amartin@nvidia.com>
Fri, 31 Aug 2012 08:30:06 +0000 (08:30 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:21 +0000 (14:58 +0200)
commitaa2e279d2a0ec7fa904a91d3392b57b51ea6264b
tree69a215234a8360aa60046dd484ea81b4abe1fd7f
parent0fd37b82f64a72f5e52d11fc1895827551ff5f59
MAKEALL: update to work with new boards.cfg syntax

Update MAKEALL to handle the optional SPL CPU field that was added to
boards.cfg.  This impacts the cases in MAKEALL that have to match
against CPU type (field 3).  In these cases use ':' as a field
separator to split the u-boot CPU from the SPL CPU.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
MAKEALL