projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908614f
)
MX51: add CONFIG_SYS_TEXT_BASE to vision2 board, use general ld script
author
Stefano Babic
<sbabic@denx.de>
Wed, 20 Oct 2010 07:23:06 +0000
(09:23 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 28 Oct 2010 08:32:20 +0000
(10:32 +0200)
Recent patch changed TEXT_BASE to CONFIG_SYS_TEXT_BASE and
vision2 board was not updated.
Signed-off-by: Stefano Babic <sbabic@denx.de>
board/ttcontrol/vision2/config.mk
patch
|
blob
|
history
diff --git
a/board/ttcontrol/vision2/config.mk
b/board/ttcontrol/vision2/config.mk
index 59f3367cfc9e8fc04bc6128ac124769b8d3112bd..952037e80606e5503a34ab9447b98f12e5c9c377 100644
(file)
--- a/
board/ttcontrol/vision2/config.mk
+++ b/
board/ttcontrol/vision2/config.mk
@@
-20,6
+20,6
@@
# MA 02111-1307 USA
#
-LDSCRIPT = $(CPUDIR)/$(SOC)/u-boot.lds
-TEXT_BASE = 0x97800000
+CONFIG_SYS_TEXT_BASE = 0x97800000
IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage_hynix.cfg
+ALL += $(obj)u-boot.imx