From: Mike Frysinger Date: Sun, 15 Aug 2010 04:03:19 +0000 (-0400) Subject: tools: enable img2srec for "tools-all" target X-Git-Tag: v2010.12-rc1~174^2~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=570d7d50b0915514556dda0875544c42de9b4d56;p=u-boot tools: enable img2srec for "tools-all" target Signed-off-by: Mike Frysinger --- diff --git a/tools/Makefile b/tools/Makefile index b2e73b2ccc..feb8d23a3d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -41,6 +41,7 @@ include $(TOPDIR)/config.mk # Enable all the config-independent tools ifneq ($(HOST_TOOLS_ALL),) CONFIG_LCD_LOGO = y +CONFIG_CMD_LOADS = y CONFIG_CMD_NET = y CONFIG_INCA_IP = y CONFIG_NETCONSOLE = y