This website requires JavaScript.
Explore
Help
Register
Sign In
V3s_Allwinner
/
uboot
Watch
1
Star
0
Fork
You've already forked uboot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
928435d11b
uboot
/
board
/
freescale
/
mx31ads
/
config.mk
4 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
Support for the MX31ADS evaluation board from Freescale This patch adds support for the MX31ADS evaluation board from Freescale, initialization code is copied from RedBoot sources, also provided by Freescale. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2008-04-14 08:53:12 +00:00
TEXT_BASE
=
0x87f00000
arm: unify linker script all arm boards except a few use the same cpu linker script so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2009-05-08 18:24:12 +00:00
LDSCRIPT
:=
$(
SRCTREE
)
/board/
$(
BOARDDIR
)
/u-boot.lds