]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm: add support for generic relocation of init ramdisks
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 9 May 2013 15:10:06 +0000 (17:10 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 13 Aug 2013 09:58:48 +0000 (11:58 +0200)
commit6c154552b0540f73cc2a3692f53b405f0f2bdf0e
tree758cfda89d8cdc6fbab76482efdf989c60339b08
parent15f8aa90931c47cecac41984bf80bb394c3f4dfd
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>
arch/mips/include/asm/config.h
arch/mips/lib/bootm.c