
12 Sep
2010
12 Sep
'10
9:44 p.m.
On Sunday, September 12, 2010 15:39:06 Wolfgang Denk wrote:
Mike Frysinger wrote:
diff --git a/tools/Makefile b/tools/Makefile index 749d994..ea271bf 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
Do we really need this? Only very few people will ever need the img2srec tool, so why build it for everybody?
it is only built when people do `make tools-all`, not `make tools`, and in this case, yes, i think we should be building it -mike