From 89422ad6f894c03dee85a3cdb6b33cec3e0b805b Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Sat, 31 Jan 2015 08:24:29 +0100 Subject: [PATCH] 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: Hans-Christian Egtvedt --- Reading git-format-patch failed