Skip to content
  • Simon Glass's avatar
    x86: link: Set up device tree for SPL · 6935dc1b
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
    6935dc1b