diff options
author | Amerigo Wang <amwang@redhat.com> | 2011-01-07 16:43:54 +0800 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-01-10 09:29:51 +0100 |
commit | d15be32c30e6108cdab76ca895a19b5f8b88b5ca (patch) | |
tree | ad458f54a90a61616dfbc44bce4dfd9268708feb /arch/microblaze/Kconfig.debug | |
parent | 20c040ce2176be4be250503497a0a103a3fb3b3e (diff) | |
download | linux-stable-d15be32c30e6108cdab76ca895a19b5f8b88b5ca.tar.gz linux-stable-d15be32c30e6108cdab76ca895a19b5f8b88b5ca.tar.bz2 linux-stable-d15be32c30e6108cdab76ca895a19b5f8b88b5ca.zip |
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/Kconfig.debug')
-rw-r--r-- | arch/microblaze/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 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 This option turns on/off heart beat kernel functionality. First GPIO node is taken. -config DEBUG_BOOTMEM - depends on DEBUG_KERNEL - bool "Debug BOOTMEM initialization" - endmenu |