Skip to content
Snippets Groups Projects
Commit dba107b9 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent 2eb99ca8
No related branches found
No related tags found
No related merge requests found
......@@ -231,5 +231,5 @@ fi # ap
# ---------------------------------------------------------
# Complete the configuration
# ---------------------------------------------------------
$MKCONFIG -a integrator$1 arm $cpu integrator armltd;
echo "Variant:: $variant with core $cpu"
$MKCONFIG -a -n "${2%%_config}" integrator$1 arm $cpu integrator armltd
echo "Variant: $variant with core $cpu"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment