merge_config.sh: Use the first file as the initial config
authorJosh Boyer <jwboyer@redhat.com>
Wed, 1 Feb 2012 17:01:58 +0000 (12:01 -0500)
committerMichal Marek <mmarek@suse.cz>
Sat, 24 Mar 2012 22:25:40 +0000 (23:25 +0100)
commit09280615a0d924b3ab79acbff950f92c3420fd76
treee49fd169ac260000b4da49b8a39d929bf038378b
parent5d09598d488f081e3be23f885ed65cbbe2d073b5
merge_config.sh: Use the first file as the initial config

Take the first config fragment and use it verbatim as the initial config
set.  This avoids running the verification loop for the first file, as
nothing has actually been merged at this point.  This significantly
increases performance for large config fragments.

Signed-off-by: Josh Boyer <jwboyer@redhat.com>
Acked-by: John Stultz <john.stultz@linaro.org>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/merge_config.sh