
14 Jan
2017
14 Jan
'17
2:33 p.m.
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass sjg@chromium.org wrote:
Add the correct pre-relocation tag so that the required device tree nodes are present in the SPL device tree.
On x86 it doesn't make a lot of sense to have a separate SPL device tree. Since everything is in the same ROM we might as well just use the main device tree in both SPL and U-Boot proper. But we haven't implemented that, so this is a good first step.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/dts/chromebook_link.dts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com