Skip to content
Commit 89422ad6 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt
Browse files

avr32: update all default configurations



This patch runs all the default configurations through make
silentoldconfig and make savedefconfig to rinse out outdated kconfig
entries.

for config in arch/avr32/configs/*defconfig; do
	make ARCH=avr32 `basename $config`
	make ARCH=avr32 silentoldconfig
	make ARCH=avr32 savedefconfig
	cp defconfig $config
done

Signed-off-by: default avatarHans-Christian Egtvedt <egtvedt@samfundet.no>
parent a31c353d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment