]> Git Repo - J-u-boot.git/commit
x86: link: Set up device tree for SPL
authorSimon Glass <[email protected]>
Mon, 16 Jan 2017 14:04:24 +0000 (07:04 -0700)
committerBin Meng <[email protected]>
Tue, 7 Feb 2017 05:10:59 +0000 (13:10 +0800)
commit6935dc1b7d660301e254fc3846fa0aafe88a1e00
tree81948fce0b741c87f80aa3e5db5730422c99e3d8
parent164f0414dad8d468b9f2a5fd545b657cf6068e58
x86: link: Set up device tree for SPL

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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/x86/dts/chromebook_link.dts
configs/chromebook_link_defconfig
This page took 0.036035 seconds and 4 git commands to generate.