commit | e0f0cc587bd11a4a627b8c4febd361fa9d9ead4a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 11 09:30:55 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 12 13:59:45 2016 +0800 |
tree | c37ea0db6b611927f8083ba2a7f6f72ec2e2dbbf | |
parent | aedc33d8b3502c203ee572ad6e9a0a61f77f8fb4 [diff] |
x86: link: Correct a failure in DRAM init 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>