9
0
Fork 0
barebox/arch/efi
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
..
configs arch: refresh defconfigs 2016-10-12 08:58:31 +02:00
efi include: Move bulk of boot.h to bootm.h 2016-07-26 08:31:31 +02:00
include efi: add helper functions to write EFI variables 2015-07-27 07:23:18 +02:00
lib efi: let the generic relocate code handle all relocations 2016-04-07 07:29:29 +02:00
Kconfig Make generic default environment type a use choice 2016-10-10 08:30:36 +02:00
Makefile kbuild: add KBUILD_DEFCONFIG 2015-01-14 07:14:35 +01:00