commit | 6c154552b0540f73cc2a3692f53b405f0f2bdf0e | [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 | 15f8aa90931c47cecac41984bf80bb394c3f4dfd [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>