diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-07 12:04:30 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 22:34:20 -0600 |
commit | 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c (patch) | |
tree | e6a899fa90224b6fcbeef443e695b14411aaeb73 /include/configs/MPC8540ADS.h | |
parent | d435793229ce29a42797c1edc39f5b34f987f91a (diff) |
Update Freescale MPC85xx ADS/CDS/MDS board config
* Enabled CONFIG_CMD_ELF
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8540ADS.h')
-rw-r--r-- | include/configs/MPC8540ADS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index 55510f3da75..35e1d630666 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -420,6 +420,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_I2C +#define CONFIG_CMD_ELF #if defined(CONFIG_PCI) #define CONFIG_CMD_PCI |