"git@source.mnt.re:reform/reform-boundary-uboot.git" did not exist on "6e278a8c1c28efc12668d2761cb2fb0264668da4"
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
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:
Andy Fleming <afleming@freescale.com>
Andy Fleming authoredThe 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:
Andy Fleming <afleming@freescale.com>