summaryrefslogtreecommitdiff
path: root/core/parseconfig.inc
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2010-07-27 22:32:54 +0200
committerH. Peter Anvin <hpa@zytor.com>2010-12-16 19:37:49 -0800
commit33cef16bfdef4576be2b538506b4f8a61bf9c0a2 (patch)
tree2b80804a710a68b8c5a793ac067b90de8ca8167f /core/parseconfig.inc
parentac7b5736554bcdf5ba06ac637d1028dd7ddc25db (diff)
downloadsyslinux-33cef16bfdef4576be2b538506b4f8a61bf9c0a2.tar.gz
core: remove HAS_LOCALBOOT
HAS_LOCALBOOT is set unconditionally in config.inc. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/parseconfig.inc')
-rw-r--r--core/parseconfig.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
index 69681d94..512f16b4 100644
--- a/core/parseconfig.inc
+++ b/core/parseconfig.inc
@@ -85,8 +85,6 @@ pc_ipappend: call getint
;
; "localboot" command
;
-%if HAS_LOCALBOOT
-
pc_localboot: call getint
cmp byte [VKernel],0 ; ("label" section only)
je .err
@@ -94,8 +92,6 @@ pc_localboot: call getint
mov byte [VKernelBuf+vk_type],VK_LOCALBOOT
.err: ret
-%endif ; HAS_LOCALBOOT
-
;
; "kernel", "config", ... command
;