summaryrefslogtreecommitdiff
path: root/core/syslinux.ld
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-06-26 20:37:37 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-06-26 20:37:37 -0700
commit9057b5337c44c08343d403da2a31636dfc1ad741 (patch)
tree39f332b8c1398f5c32ea531f15b1285d9ac4c15d /core/syslinux.ld
parentd8d22408627466d2ae5e594062d7f650d4a48476 (diff)
downloadsyslinux-9057b5337c44c08343d403da2a31636dfc1ad741.tar.gz
syslinux.ld: remove redundant definition of STACK32_LEN
STACK32_LEN is already defined in layout.inc. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/syslinux.ld')
-rw-r--r--core/syslinux.ld2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/syslinux.ld b/core/syslinux.ld
index ea102114..164c94cc 100644
--- a/core/syslinux.ld
+++ b/core/syslinux.ld
@@ -20,8 +20,6 @@ OUTPUT_ARCH(i386)
EXTERN(_start)
ENTRY(_start)
-STACK32_LEN = 65536;
-
SECTIONS
{
/* Prefix structure for the compression program */