Skip to content

Commit

Permalink
[POWERPC] Remove xmon from ml300 and ml403 defconfig in arch/ppc
Browse files Browse the repository at this point in the history
xmon is broken under arch/ppc so remove it from the defconfig.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Grant Likely authored and Paul Mackerras committed Dec 2, 2007
1 parent 8f51506 commit b80fa3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/ppc/configs/ml300_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_FORCED_INLINING=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_KGDB is not set
CONFIG_XMON=y
# CONFIG_XMON is not set
# CONFIG_BDI_SWITCH is not set
# CONFIG_SERIAL_TEXT_DEBUG is not set

Expand Down
2 changes: 1 addition & 1 deletion arch/ppc/configs/ml403_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_FORCED_INLINING=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_KGDB is not set
CONFIG_XMON=y
# CONFIG_XMON is not set
# CONFIG_BDI_SWITCH is not set
# CONFIG_SERIAL_TEXT_DEBUG is not set

Expand Down

0 comments on commit b80fa3c

Please sign in to comment.