summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-05-09 17:10:06 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-08-13 11:58:48 +0200
commit6c154552b0540f73cc2a3692f53b405f0f2bdf0e (patch)
tree758cfda89d8cdc6fbab76482efdf989c60339b08 /arch/mips/include/asm
parent15f8aa90931c47cecac41984bf80bb394c3f4dfd (diff)
downloadblackbird-obmc-uboot-6c154552b0540f73cc2a3692f53b405f0f2bdf0e.tar.gz
blackbird-obmc-uboot-6c154552b0540f73cc2a3692f53b405f0f2bdf0e.zip
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>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r--arch/mips/include/asm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/config.h b/arch/mips/include/asm/config.h
index 6eb1cee2d8..3a891ba627 100644
--- a/arch/mips/include/asm/config.h
+++ b/arch/mips/include/asm/config.h
@@ -8,5 +8,6 @@
#define _ASM_CONFIG_H_
#define CONFIG_LMB
+#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#endif
OpenPOWER on IntegriCloud