[syslinux:master] syslinux.ld: remove redundant definition of STACK32_LEN

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sat Jun 26 20:42:02 PDT 2010


Commit-ID:  9057b5337c44c08343d403da2a31636dfc1ad741
Gitweb:     http://syslinux.zytor.com/commit/9057b5337c44c08343d403da2a31636dfc1ad741
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sat, 26 Jun 2010 20:37:37 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sat, 26 Jun 2010 20:37:37 -0700

syslinux.ld: remove redundant definition of STACK32_LEN

STACK32_LEN is already defined in layout.inc.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/syslinux.ld |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/core/syslinux.ld b/core/syslinux.ld
index ea10211..164c94c 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 */



More information about the Syslinux-commits mailing list