mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <rasmus.villemoes@prevas.dk> Reviewed-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
parent
d8a3f5259a
commit
392b385d9d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue