From: Paul Burton Date: Thu, 29 Jan 2015 10:38:23 +0000 (+0000) Subject: malta: enable ELF loading X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d4d774e00e7232b524ddb20d992c5b12d84e3ef2;p=u-boot.git 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 Cc: Daniel Schwierzeck --- diff --git a/include/configs/malta.h b/include/configs/malta.h index 4e64cc968d..354672ecf8 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