mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
powerpc: mpc832x: Fix reset word
According to the reference manual, the Reset Configuration Word Low Register bits 2-3 must be set to 0b10. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
This commit is contained in:
parent
0fd79138dc
commit
6792e85ee6
1 changed files with 1 additions and 2 deletions
|
@ -539,8 +539,7 @@ config DDR_MC_CLOCK_MODE
|
|||
|
||||
config SYSTEM_PLL_VCO_DIV
|
||||
int
|
||||
default 0 if ARCH_MPC832X
|
||||
default 2 if ARCH_MPC8313
|
||||
default 2 if ARCH_MPC8313 || ARCH_MPC832X
|
||||
default 0 if SYSTEM_PLL_VCO_DIV_2 && !ARCH_MPC8360 && !ARCH_MPC837X
|
||||
default 1 if SYSTEM_PLL_VCO_DIV_4 && !ARCH_MPC8360 && !ARCH_MPC837X
|
||||
default 2 if SYSTEM_PLL_VCO_DIV_8 && !ARCH_MPC8360 && !ARCH_MPC837X
|
||||
|
|
Loading…
Reference in a new issue