From: Rasmus Villemoes Date: Wed, 11 Dec 2019 09:39:36 +0000 (+0000) Subject: mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111 X-Git-Tag: v2020.04-rc1~28^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=392b385d9d90c2a94911bf3a765ba85c9e96f42e;p=oweals%2Fu-boot.git mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111 The mpc8309 is also affected by the "Manual Asynchronous CMD12 abort operation causes protocol violations" erratum, though it is enumerated as eSDHC16 in the errata sheet for mpc8309. Signed-off-by: Rasmus Villemoes Reviewed-by: Mario Six --- diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig index 72053ceab4..e9f6e93c21 100644 --- a/arch/powerpc/cpu/mpc83xx/Kconfig +++ b/arch/powerpc/cpu/mpc83xx/Kconfig @@ -220,6 +220,7 @@ config ARCH_MPC8309 select MPC83XX_QUICC_ENGINE select MPC83XX_PCI_SUPPORT select MPC83XX_SECOND_I2C_SUPPORT + select SYS_FSL_ERRATUM_ESDHC111 config ARCH_MPC831X bool