Home
last modified time | relevance | path

Searched hist:b9fb3b94cbb76884df4e8425abc2a95bb7aa6a56 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dsunxi-common.hb9fb3b94cbb76884df4e8425abc2a95bb7aa6a56 Fri Aug 01 07:19:55 UTC 2014 Hans de Goede <hdegoede@redhat.com> 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>