diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-12-07 11:12:06 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-12-07 11:12:06 +0100 |
commit | a148c8cf7d6a6eaa586c67c99b5c1982bd3c6cfa (patch) | |
tree | a7f988b4e5cc71b88692d04ab0af45e15f030a9d /com32/hdt/hdt-cli-pxe.c | |
parent | e876d78e8e6eff7411f087ce799383f7e145b28c (diff) | |
download | syslinux-a148c8cf7d6a6eaa586c67c99b5c1982bd3c6cfa.tar.gz |
hdt: Unique hardware detection path
Impact: Hardware detection path is simplified
Hardware is detected once, at boot time
Diffstat (limited to 'com32/hdt/hdt-cli-pxe.c')
-rw-r--r-- | com32/hdt/hdt-cli-pxe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli-pxe.c b/com32/hdt/hdt-cli-pxe.c index 3a61bc02..faba0436 100644 --- a/com32/hdt/hdt-cli-pxe.c +++ b/com32/hdt/hdt-cli-pxe.c @@ -48,7 +48,6 @@ void main_show_pxe(int argc __unused, char **argv __unused, return; } - detect_pxe(hardware); more_printf("PXE\n"); if (hardware->is_pxe_valid == false) { more_printf(" No valid PXE ROM found\n"); |