syslinux.ld: remove redundant definition of STACK32_LEN
authorH. Peter Anvin <hpa@zytor.com>
Sun, 27 Jun 2010 03:37:37 +0000 (20:37 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 27 Jun 2010 03:37:37 +0000 (20:37 -0700)
STACK32_LEN is already defined in layout.inc.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/syslinux.ld

index ea10211..164c94c 100644 (file)
@@ -20,8 +20,6 @@ OUTPUT_ARCH(i386)
 EXTERN(_start)
 ENTRY(_start)
 
-STACK32_LEN = 65536;
-
 SECTIONS
 {
        /* Prefix structure for the compression program */