commit | eaadb1aa214cb996cbbdccfeebe3150f37cb0088 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Thu May 09 17:10:06 2013 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Aug 13 11:58:48 2013 +0200 |
tree | 758cfda89d8cdc6fbab76482efdf989c60339b08 | |
parent | 46145fbf2b2a673300c1d3f9225117c0588142ec [diff] |
MIPS: bootm: add support for generic relocation of init ramdisks All linux kernels after v2.6 require a page-aligned location of an external init ramdisk. Enable CONFIG_SYS_BOOT_RAMDISK_HIGH to support this with the generic U-Boot relocation code. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>