diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-15 04:03:19 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-19 17:29:50 (GMT) |
commit | 570d7d50b0915514556dda0875544c42de9b4d56 (patch) | |
tree | 77559d59fadba14a1dbc999fb5b03730b44e388b /tools | |
parent | abd315a1357ab05e82f0d61ebad666bc0d5378c3 (diff) | |
download | u-boot-570d7d50b0915514556dda0875544c42de9b4d56.tar.xz |
tools: enable img2srec for "tools-all" target
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index b2e73b2..feb8d23 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 |