summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/phytec-phycore-omap4460-xload-mmc_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate defconfig filesSascha Hauer2019-06-261-1/+1
| | | | | | | | | | | | | | | | Update defconfig files 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>
* arch: refresh defconfigsSascha Hauer2016-10-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | 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>
* ARM: Phytec phyCORE OMAP4460: Split xload defconfigsSascha Hauer2015-02-101-0/+27
The configs grew too big to support both NAND and MMC at the same time, so split them. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>