[U-Boot] [PATCH 1/4] tools: enable img2srec for "all" target
Mike Frysinger
vapier at gentoo.org
Sun Aug 15 06:03:19 CEST 2010
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
tools/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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
--
1.7.2
More information about the U-Boot
mailing list