]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: defconfig: cleanup the defconfig
authorStuart Yoder <stuart.yoder@nxp.com>
Wed, 20 Apr 2016 15:57:28 +0000 (10:57 -0500)
committerShawn Guo <shawnguo@kernel.org>
Wed, 27 Apr 2016 02:11:58 +0000 (10:11 +0800)
commit7bd2c71bbd76683a110d8c37bc8828becb2846cc
tree1a02eaa10268508b4bd05254ac789c79aae15e87
parent9735a22799b9214d17d3c231fe377fc852f042e9
arm64: defconfig: cleanup the defconfig

When doing:
   make defconfig
   make savedefconfig

...without making any changes, the newly saved defconfig does
not match arch/arm64/configs/defconfig, and the diff looks
like:

$ diff defconfig arch/arm64/configs/defconfig
3a4
> CONFIG_FHANDLE=y

Clean that up by committing the output of savedefconfig.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/configs/defconfig