diff options
Diffstat (limited to 'src/config/isa.h')
| -rw-r--r-- | src/config/isa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/isa.h b/src/config/isa.h index e2a05050f..dce9c9b48 100644 --- a/src/config/isa.h +++ b/src/config/isa.h @@ -10,7 +10,7 @@ * */ #undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */ -#undef ISA_PROBE_ONLY /* Do not probe any other addresses */ +#define ISA_PROBE_ONLY /* Do not probe any other addresses */ #include <config/local/isa.h> |
