]> 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)
commitde1e93f244ddc9614e75104203bbe16715d66bea
treee49fd169ac260000b4da49b8a39d929bf038378b
parent1af5c7fa04e2704c1009600b2c7ad9063823cc7f
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