http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
504a705
)
Removed obsolete line merged in with the cmdline stuff
author
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Aug 2006 03:22:29 +0000
(
03:22
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Aug 2006 03:22:29 +0000
(
03:22
+0000)
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index
5d3b9e6
..
a15d0f6
100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-157,7
+157,6
@@
int main ( void ) {
if ( netdev ) {
test_dhcp ( netdev );
//cmdl_start();
- //test_aoeboot ( &static_single_netdev );
} else {
printf ( "No network device found\n" );
}