]> Git Repo - J-u-boot.git/commit
arm: kirkwood: Move configuration of some commands to _defconfig files
authorQuentin Armitage <[email protected]>
Wed, 28 Oct 2015 00:47:17 +0000 (00:47 +0000)
committerLuka Perkov <[email protected]>
Tue, 17 Nov 2015 22:41:41 +0000 (23:41 +0100)
commit5e69947f51d72a2f75f2132c2cc8bae3f0ebcdef
tree42a1c3bd173018c2c65d114a0d072dc63006c964
parent82a19de3d2d5430ce401b6933dbfce39a45bb26c
arm: kirkwood: Move configuration of some commands to _defconfig files

For Marvell plugs, move the configuration of DHCP, NAND/SF, PING
and USB commands, and HUSH_PARSER into the _defconfig file, rather
than the include/configs/*plug.h files.

This avoids compiler warnings of duplicate definitions if the
option is selected in the .config, but also defined in the
include/configs/*plug.h file.

Signed-off-by: Quentin Armitage <[email protected]>
configs/dreamplug_defconfig
configs/guruplug_defconfig
configs/sheevaplug_defconfig
include/configs/dreamplug.h
include/configs/guruplug.h
include/configs/sheevaplug.h
This page took 0.047432 seconds and 4 git commands to generate.