Skip to content
Snippets Groups Projects
Commit 073e1b50 authored by Andy Fleming's avatar Andy Fleming Committed by Wolfgang Denk
Browse files

Fix initrd/dtb interaction


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>
parent a4d2636f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment