Re: [U-Boot] [PATCH 1/2] mips: mscc: serval: Fix reset

2019-04-12 Thread Daniel Schwierzeck
Am 11.04.19 um 13:51 schrieb Horatiu Vultur: > In case the ddr training was failing, it couldn't reset, it was just > hanging. Therefore reimplement it, so when ddr training is failing > it would call _machine_restart, which power downs the DDR and does > a force reset. > > Signed-off-by: Horati

[U-Boot] [PATCH 1/2] mips: mscc: serval: Fix reset

2019-04-11 Thread Horatiu Vultur
In case the ddr training was failing, it couldn't reset, it was just hanging. Therefore reimplement it, so when ddr training is failing it would call _machine_restart, which power downs the DDR and does a force reset. Signed-off-by: Horatiu Vultur --- arch/mips/mach-mscc/include/mach/ddr.h | 14