This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-18 18:59:44 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
89188a6233
u-boot
/
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
Reference in a new issue
Copy permalink