diff options
author | Jiang Yutang <b14898@freescale.com> | 2011-01-30 17:06:20 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-03-28 09:04:26 -0500 |
commit | 2d7534a344412409d03e4a341614e4320c48879b (patch) | |
tree | 0ba0695586863d48d16963443ccfd13f4ba64b5b /include/configs | |
parent | cb815e5ff979e36d68df130a810d34de4bf93289 (diff) | |
download | u-boot-imx-2d7534a344412409d03e4a341614e4320c48879b.zip u-boot-imx-2d7534a344412409d03e4a341614e4320c48879b.tar.gz u-boot-imx-2d7534a344412409d03e4a341614e4320c48879b.tar.bz2 |
powerpc/85xx: Enable various errata on P1022/P1013 SoCs
Enable workaround for errata ELBC A001, ESDHC 111 & SATA A001 on
P1022/P1013 SoCs.
Also updated P1022DS config to properly enable CONFIG_FSL_SATA_V2.
Signed-off-by: Jiang Yutang <b14898@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/P1022DS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index cb24041..84b7e1d 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -279,6 +279,7 @@ /* SATA */ #define CONFIG_LIBATA #define CONFIG_FSL_SATA +#define CONFIG_FSL_SATA_V2 #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_SATA1 |