diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-04-24 11:10:09 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-05-13 08:26:54 -0700 |
commit | c665c473b605349b1c58890493255dd70e0b60fe (patch) | |
tree | a3ef31df4029707bfc0f1f51d8319b2cea284a58 /include | |
parent | 3a7ed5aa232da1d2836b5d3962e59e685307122e (diff) | |
download | u-boot-imx-c665c473b605349b1c58890493255dd70e0b60fe.zip u-boot-imx-c665c473b605349b1c58890493255dd70e0b60fe.tar.gz u-boot-imx-c665c473b605349b1c58890493255dd70e0b60fe.tar.bz2 |
powerpc/t208x: enable errata A006261, A006593, A006379
Enable errata A006261, A006593, A006379 for T208x.
Additionally enable CONFIG_CMD_ERRATA for T2080RDB.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T208xRDB.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 0be0a0f..5b26178 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -721,6 +721,7 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CMD_DHCP #define CONFIG_CMD_ELF +#define CONFIG_CMD_ERRATA #define CONFIG_CMD_MII #define CONFIG_CMD_I2C #define CONFIG_CMD_PING |