]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee0dbed948a64cab4e93047c3cac4f622786d402
treee49fd169ac260000b4da49b8a39d929bf038378b
parent002e921a33691eace8e926bd7008f812c42b13f0
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