summaryrefslogtreecommitdiff
path: root/networkconfig-qemu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 22:33:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 22:33:32 +0000
commitea7c3bfaa28980d3afd3eb9f68f6aac30652c3e1 (patch)
treec3b1efe0d4ab7bc650cde730853186d54ea7b296 /networkconfig-qemu.h
parent1212e377d6ad522577254fd439c61b3852753507 (diff)
2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* networkconfig-qemu.h: Disable DHCP and use static IP. * networkconfig.h: Use only loopback so tests can run OK on any target even if they can't do anything. * networkconfig-icecube.h: New file.
Diffstat (limited to 'networkconfig-qemu.h')
-rw-r--r--networkconfig-qemu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/networkconfig-qemu.h b/networkconfig-qemu.h
index 21862c5..760bf6f 100644
--- a/networkconfig-qemu.h
+++ b/networkconfig-qemu.h
@@ -1,5 +1,5 @@
/*
- * Network configuration -- QEMU using DHCP
+ * Network configuration -- QEMU NOT using DHCP
*
************************************************************
* EDIT THIS FILE TO REFLECT YOUR NETWORK CONFIGURATION *
@@ -32,7 +32,7 @@
/*
* If you use DHCP on the QEMU instance, there is less configuration
*/
-#define RTEMS_USE_BOOTP
+// #define RTEMS_USE_BOOTP
#include <bsp.h>