Commit d15be32c30e6108cdab76ca895a19b5f8b88b5ca

Authored by Amerigo Wang
Committed by Michal Simek
1 parent 20c040ce21

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>

Showing 2 changed files with 0 additions and 5 deletions Side-by-side Diff

arch/microblaze/Kconfig.debug
... ... @@ -23,9 +23,5 @@
23 23 This option turns on/off heart beat kernel functionality.
24 24 First GPIO node is taken.
25 25  
26   -config DEBUG_BOOTMEM
27   - depends on DEBUG_KERNEL
28   - bool "Debug BOOTMEM initialization"
29   -
30 26 endmenu
arch/microblaze/configs/mmu_defconfig
... ... @@ -66,6 +66,5 @@
66 66 CONFIG_DEBUG_INFO=y
67 67 # CONFIG_RCU_CPU_STALL_DETECTOR is not set
68 68 CONFIG_EARLY_PRINTK=y
69   -CONFIG_DEBUG_BOOTMEM=y
70 69 # CONFIG_CRYPTO_ANSI_CPRNG is not set