diff options
| author | Paul Burton <[email protected]> | 2015-01-29 10:38:23 +0000 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2015-01-29 13:11:02 +0100 |
| commit | d4d774e00e7232b524ddb20d992c5b12d84e3ef2 (patch) | |
| tree | 2005b735e4f0f9b95be02b24762bcd74d4ab9a4b /include | |
| parent | a3bdaacaf61deb74565d1b9e9ad3497b6f7a4051 (diff) | |
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 <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/malta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h index 4e64cc968d2..354672ecf87 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 |
