
7 Feb
2017
7 Feb
'17
6:18 a.m.
On Mon, Jan 16, 2017 at 10:04 PM, 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 Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- Expand pre-reloc malloc() size in this patch to prevent boot failure
Changes in v2: None
arch/x86/dts/chromebook_link.dts | 15 ++++++++++++++- configs/chromebook_link_defconfig | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-)
applied to u-boot-x86, thanks!