diff options
author | York Sun <yorksun@freescale.com> | 2011-01-26 00:14:57 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-02-03 02:46:13 -0600 |
commit | 67f944763474d6f42974c43c788fdcea1e12ab28 (patch) | |
tree | b653452560ef67a18de76ffe16c892be89f4a105 | |
parent | e1df0de4932e7296896709282feda2da3bd68a5e (diff) | |
download | u-boot-imx-67f944763474d6f42974c43c788fdcea1e12ab28.zip u-boot-imx-67f944763474d6f42974c43c788fdcea1e12ab28.tar.gz u-boot-imx-67f944763474d6f42974c43c788fdcea1e12ab28.tar.bz2 |
powerpc/85xx: Enable Errata command on MPC8572DS
Also removed duplicate CONFIG_CMD_IRQ define.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | include/configs/MPC8572DS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index e6b60cf..8f333a6 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -654,12 +654,12 @@ */ #include <config_cmd_default.h> +#define CONFIG_CMD_ERRATA #define CONFIG_CMD_IRQ #define CONFIG_CMD_PING #define CONFIG_CMD_I2C #define CONFIG_CMD_MII #define CONFIG_CMD_ELF -#define CONFIG_CMD_IRQ #define CONFIG_CMD_SETEXPR #define CONFIG_CMD_REGINFO |