summaryrefslogtreecommitdiff
path: root/board/netstar/eeprom_start.S
diff options
context:
space:
mode:
authorLadislav Michl <Ladislav.Michl@seznam.cz>2010-02-08 14:15:47 -0500
committerTom Rix <Tom.Rix@windriver.com>2010-03-07 12:36:34 -0600
commit3a67566c1def7d2eb935b31b3b282ba893c3f330 (patch)
tree6db675d8304fe014984661898564c36589cfdd99 /board/netstar/eeprom_start.S
parent308d463eaf6f4ada00193306a6e643298d1990d8 (diff)
downloadu-boot-imx-3a67566c1def7d2eb935b31b3b282ba893c3f330.zip
u-boot-imx-3a67566c1def7d2eb935b31b3b282ba893c3f330.tar.gz
u-boot-imx-3a67566c1def7d2eb935b31b3b282ba893c3f330.tar.bz2
NetStar: eeprom - fix linker error
linking eeprom with libgeneric.a is not really needed and causes following error: ../../lib_generic/libgeneric.a(string.o): In function `strcmp': lib_generic/string.c:152: multiple definition of `strcmp' ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here Remove eeprom linker script as well and generate entry point object (to start application by jumping on its beginning) on the fly. Out-of-tree build tested as well. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/netstar/eeprom_start.S')
-rw-r--r--board/netstar/eeprom_start.S13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/netstar/eeprom_start.S b/board/netstar/eeprom_start.S
deleted file mode 100644
index 3609382..0000000
--- a/board/netstar/eeprom_start.S
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2005 2N Telekomunikace
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
- *
- */
-
-.globl _start
-_start: b eeprom
-
-.end