m68knommu: removing config variable DUMPTOFLASH
Removing config variable DUMPTOFLASH, since it is not used Signed-off-by: Jiri Olsa <olsajiri@gmail.com> Acked-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c155f3f9c5
commit
f156ac8c7a
|
@ -21,13 +21,6 @@ config BOOTPARAM_STRING
|
||||||
default 'console=ttyS0,19200'
|
default 'console=ttyS0,19200'
|
||||||
depends on BOOTPARAM
|
depends on BOOTPARAM
|
||||||
|
|
||||||
config DUMPTOFLASH
|
|
||||||
bool "Panic/Dump to FLASH"
|
|
||||||
depends on COLDFIRE
|
|
||||||
help
|
|
||||||
Dump any panic of trap output into a flash memory segment
|
|
||||||
for later analysis.
|
|
||||||
|
|
||||||
config NO_KERNEL_MSG
|
config NO_KERNEL_MSG
|
||||||
bool "Suppress Kernel BUG Messages"
|
bool "Suppress Kernel BUG Messages"
|
||||||
help
|
help
|
||||||
|
|
|
@ -597,7 +597,6 @@ CONFIG_MSDOS_PARTITION=y
|
||||||
# CONFIG_FULLDEBUG is not set
|
# CONFIG_FULLDEBUG is not set
|
||||||
# CONFIG_HIGHPROFILE is not set
|
# CONFIG_HIGHPROFILE is not set
|
||||||
# CONFIG_BOOTPARAM is not set
|
# CONFIG_BOOTPARAM is not set
|
||||||
# CONFIG_DUMPTOFLASH is not set
|
|
||||||
# CONFIG_NO_KERNEL_MSG is not set
|
# CONFIG_NO_KERNEL_MSG is not set
|
||||||
# CONFIG_BDM_DISABLE is not set
|
# CONFIG_BDM_DISABLE is not set
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue