Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Andy Fleming's avatar
    073e1b50
    Fix initrd/dtb interaction · 073e1b50
    Andy Fleming authored
    
    The original code would wrongly relocate the blob to be right before
    the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
    if it is defined.  So we make two changes:
    
    1) flag the blob for relocation whenever its address is above BOOTMAPSZ
    
    2) If the blob is being relocated, relocate it before kbd, not initrd
    
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
    073e1b50
    History
    Fix initrd/dtb interaction
    Andy Fleming authored
    
    The original code would wrongly relocate the blob to be right before
    the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
    if it is defined.  So we make two changes:
    
    1) flag the blob for relocation whenever its address is above BOOTMAPSZ
    
    2) If the blob is being relocated, relocate it before kbd, not initrd
    
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>