9
0
Fork 0
barebox/arch/blackfin
Sascha Hauer 221d6f5d79 arch: refresh defconfigs
The defconfig files are long untouched and a
make xy_defconfig; make savedefconfig usually generates quite
a different looking file. Refresh them to make it easier to generate
patches against the configs using
make xy_defconfig; make menuconfig; make savedefconfig

This has been done with the following script.

for a in arch/*; do
	arch=$(basename $a)
	for c in $a/configs/*; do
		config=$(basename $c)

	export ARCH=$arch
	make $config && make savedefconfig && mv defconfig $c
	done
done

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-10-12 08:58:31 +02:00
..
boards/ipe337 include: Move smc911x eth platform_data to include/platform_data 2016-04-15 08:44:42 +02:00
configs arch: refresh defconfigs 2016-10-12 08:58:31 +02:00
cpu-bf561 whole tree: remove trailing whitespaces 2016-04-21 15:17:52 +02:00
include/asm whole tree: remove trailing whitespaces 2016-04-21 15:17:52 +02:00
lib include: Move bulk of boot.h to bootm.h 2016-07-26 08:31:31 +02:00
Kconfig consistently use the same bitops.h file 2014-07-17 07:43:58 +02:00
Makefile Makefile: generate a barebox-flash-image link 2012-08-12 16:16:44 +02:00