9
0
Fork 0
barebox/arch/ppc
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 Merge branch 'for-next/defenv' 2016-10-10 08:31:06 +02:00
configs arch: refresh defconfigs 2016-10-12 08:58:31 +02:00
cpu-85xx rework remap_range 2015-11-03 07:27:44 +01:00
ddr-8xxx ppc: mpc8xxx: add DDR3 support 2014-03-19 07:42:58 +01:00
include/asm ppc: fix USPRG0 define 2016-06-23 08:17:35 +02:00
lib include: Move bulk of boot.h to bootm.h 2016-07-26 08:31:31 +02:00
mach-mpc5xxx PPC/MPC5XXX/reginfo: fix a bunch of compiler warnings 2016-05-30 07:07:48 +02:00
mach-mpc85xx PPC: fix size optimisation 2016-05-30 07:07:48 +02:00
Kconfig sandbox: allow "make ARCH=sandbox allyesconfig" 2014-07-22 21:29:57 +02:00
Makefile PPC: discard unused functions 2016-04-08 13:33:18 +02:00