commit | dba107b967332fc8a35867f4d58038626c968800 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Jul 18 22:09:38 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jul 18 22:09:38 2009 +0200 |
tree | c50738f6c834e5823aa16461022c9ae2e6a27116 | |
parent | 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd [diff] |
ARM: make split_by_variant.sh output more useful The board/armltd/integrator/split_by_variant.sh script used to print "Configuring for integrator*p board..." no matter which board name was being compiled. This made it difficult to match MAKEALL output to board names. This patch fixes this. Signed-off-by: Wolfgang Denk <wd@denx.de>