Skip to content

Resave guf_defconfig in the defconfig style

Jonas Höppner requested to merge fix_defconfig into linux-5.4.23-guf

Original guf_imx_v6_v7_defconfig is currently saved in the .config style

Correct workflow is

make guf_imx_v6_v7_defconfig # Copy defconfig to working .config

make menuconfig # Make and save changes to .config

make savedefconfig # Save .config to defconfig format, creates defconfig file in workdir

cp defconfig arch/arm/configs/guf_imx_v6_v7_defconfig # Save over original defconfig

Merge request reports