Re: [U-Boot] [PATCH] x86: link: Correct a failure in DRAM init

2016-07-11 Thread Bin Meng
On Tue, Jul 12, 2016 at 1:14 PM, Bin Meng wrote: > On Mon, Jul 11, 2016 at 11:30 PM, Simon Glass wrote: >> With the change to set up pinctrl after relocation, link fails to boot. Add >> a special case in the link code to handle this. >> >> Fixes: d8906c1f (x86: Probe pinctrl driver in cpu_init_r(

Re: [U-Boot] [PATCH] x86: link: Correct a failure in DRAM init

2016-07-11 Thread Bin Meng
On Mon, Jul 11, 2016 at 11:30 PM, Simon Glass wrote: > With the change to set up pinctrl after relocation, link fails to boot. Add > a special case in the link code to handle this. > > Fixes: d8906c1f (x86: Probe pinctrl driver in cpu_init_r()) > > Signed-off-by: Simon Glass > --- > > arch/x86/c

[U-Boot] [PATCH] x86: link: Correct a failure in DRAM init

2016-07-11 Thread Simon Glass
With the change to set up pinctrl after relocation, link fails to boot. Add a special case in the link code to handle this. Fixes: d8906c1f (x86: Probe pinctrl driver in cpu_init_r()) Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/sdram.c | 5 + 1 file changed, 5 insertions(+) diff