summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:58:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:58:31 +0200
commit221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90 (patch)
treed2dd236380ead5b5930005ee13236917b922301d /Documentation
parentee5e6c0115ac78412cbc53274698ece3847e3300 (diff)
downloadbarebox-221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90.tar.gz
barebox-221d6f5d79615b31ecc78b1b9d0caadfe5cc8c90.tar.xz
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions