summaryrefslogtreecommitdiffstats
path: root/src/usr/aoeboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/aoeboot.c')
-rw-r--r--src/usr/aoeboot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/aoeboot.c b/src/usr/aoeboot.c
index 6bf56a87b..f0e481bd7 100644
--- a/src/usr/aoeboot.c
+++ b/src/usr/aoeboot.c
@@ -5,7 +5,6 @@
#include <gpxe/aoe.h>
#include <gpxe/ata.h>
#include <gpxe/netdevice.h>
-#include <gpxe/dhcp.h>
#include <gpxe/settings.h>
#include <gpxe/abft.h>
#include <int13.h>
@@ -56,7 +55,6 @@ int aoeboot ( const char *root_path ) {
container_of ( ata.backend, struct aoe_session, refcnt );
abft_fill_data ( aoe );
- drive.drive = fetch_uintz_setting ( NULL, DHCP_EB_BIOS_DRIVE );
drive.blockdev = &ata.blockdev;
register_int13_drive ( &drive );