summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2015-01-29 10:38:23 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2015-01-29 12:11:02 (GMT)
commitd4d774e00e7232b524ddb20d992c5b12d84e3ef2 (patch)
tree2005b735e4f0f9b95be02b24762bcd74d4ab9a4b /include/configs
parenta3bdaacaf61deb74565d1b9e9ad3497b6f7a4051 (diff)
downloadu-boot-fsl-qoriq-d4d774e00e7232b524ddb20d992c5b12d84e3ef2.tar.xz
malta: enable ELF loading
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@imgtec.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/malta.h1
1 files changed, 1 insertions, 0 deletions
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