diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-06-26 20:37:37 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-06-26 20:37:37 -0700 |
commit | 9057b5337c44c08343d403da2a31636dfc1ad741 (patch) | |
tree | 39f332b8c1398f5c32ea531f15b1285d9ac4c15d /core/syslinux.ld | |
parent | d8d22408627466d2ae5e594062d7f650d4a48476 (diff) | |
download | syslinux-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.ld | 2 |
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 */ |