From 0dc830c8f19e27bac31c72eba42cfcb4ad3838cf Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Wed, 6 Oct 2010 09:40:00 +0000 Subject: [PATCH] kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock. SVN-Revision: 23269 --- target/linux/generic/patches-2.6.36/930-crashlog.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/patches-2.6.36/930-crashlog.patch b/target/linux/generic/patches-2.6.36/930-crashlog.patch index fcffa1db0a..d729ea5ffb 100644 --- a/target/linux/generic/patches-2.6.36/930-crashlog.patch +++ b/target/linux/generic/patches-2.6.36/930-crashlog.patch @@ -21,7 +21,7 @@ +config CRASHLOG + bool "Crash logging" -+ depends on !NO_BOOTMEM ++ depends on !NO_BOOTMEM && !HAVE_MEMBLOCK + config BLK_DEV_INITRD bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" -- 2.30.2