diff options
author | Amerigo Wang <amwang@redhat.com> | 2011-01-07 03:43:54 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-01-10 03:29:51 -0500 |
commit | d15be32c30e6108cdab76ca895a19b5f8b88b5ca (patch) | |
tree | ad458f54a90a61616dfbc44bce4dfd9268708feb /arch/microblaze | |
parent | 20c040ce2176be4be250503497a0a103a3fb3b3e (diff) |
microblaze: remove obsolete DEBUG_BOOTMEM
"git grep" shows this is the last piece of code using DEBUG_BOOTMEM,
so remove it.
Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/Kconfig.debug | 4 | ||||
-rw-r--r-- | arch/microblaze/configs/mmu_defconfig | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/Kconfig.debug b/arch/microblaze/Kconfig.debug index e66e25c4b0b2..012e377330cd 100644 --- a/arch/microblaze/Kconfig.debug +++ b/arch/microblaze/Kconfig.debug | |||
@@ -23,8 +23,4 @@ config HEART_BEAT | |||
23 | This option turns on/off heart beat kernel functionality. | 23 | This option turns on/off heart beat kernel functionality. |
24 | First GPIO node is taken. | 24 | First GPIO node is taken. |
25 | 25 | ||
26 | config DEBUG_BOOTMEM | ||
27 | depends on DEBUG_KERNEL | ||
28 | bool "Debug BOOTMEM initialization" | ||
29 | |||
30 | endmenu | 26 | endmenu |
diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig index 8b422b12ef78..ab8fbe7ad90b 100644 --- a/arch/microblaze/configs/mmu_defconfig +++ b/arch/microblaze/configs/mmu_defconfig | |||
@@ -66,5 +66,4 @@ CONFIG_DEBUG_SPINLOCK=y | |||
66 | CONFIG_DEBUG_INFO=y | 66 | CONFIG_DEBUG_INFO=y |
67 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 67 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
68 | CONFIG_EARLY_PRINTK=y | 68 | CONFIG_EARLY_PRINTK=y |
69 | CONFIG_DEBUG_BOOTMEM=y | ||
70 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 69 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |