]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later
authorHans de Goede <hdegoede@redhat.com>
Fri, 1 Aug 2014 07:19:55 +0000 (09:19 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 12 Aug 2014 06:40:12 +0000 (08:40 +0200)
commitb9fb3b94cbb76884df4e8425abc2a95bb7aa6a56
tree1bf9edc4ab66b091b84efba0eb9113837d2c2f51
parent85a4455c517b15e7f08700d3e1f2523ac64aae35
sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later

config_distro_defaults.h which is include later will redefine CONFIG_CMD_NET,
drop the useless / meaningless undef of it.

While at also move the undef of CONFIG_CMD_FPGA up to directly under the
include of config_cmd_defaults.h, to make it clear that it overwrites
the setting done from config_cmd_defaults.h .

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
include/configs/sunxi-common.h