[U-Boot] [PATCH 4/4] malta: enable ELF loading
Paul Burton
paul.burton at imgtec.com
Thu Jan 29 11:38:23 CET 2015
The ability to load ELF files is sometimes useful on Malta boards,
particularly for use with small embedded applications. Enable the
loadelf command in the malta config.
Signed-off-by: Paul Burton <paul.burton at imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---
include/configs/malta.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/malta.h b/include/configs/malta.h
index 4e64cc9..354672e 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -129,6 +129,7 @@
#define CONFIG_CMD_DATE
#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_ELF
#define CONFIG_CMD_IDE
#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
--
2.2.2
More information about the U-Boot
mailing list