commit | 63a5653f6bf74f920b953ab519223e16823c0179 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Tue Aug 14 10:32:59 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 14 17:38:19 2007 +0200 |
tree | ba308cd8f7ecad186bdbf13991355c508ccf00d7 | |
parent | 036384c6eec246848fa8d3ef1971da5309a20135 [diff] |
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: Andy Fleming <afleming@freescale.com>