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 10:48:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e3779209dd
u-boot
/
board
/
freescale
/
mx31pdk
/
config.mk
6 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
MX31: Add NAND SPL boot support to i.MX31 PDK board. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2009-07-04 08:31:24 +00:00
i
f
d
e
f
C
O
N
F
I
G
_
N
A
N
D
_
S
P
L
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-10-07 19:51:12 +00:00
CONFIG_SYS_TEXT_BASE
=
0x87ec0000
MX31: Add NAND SPL boot support to i.MX31 PDK board. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2009-07-04 08:31:24 +00:00
e
l
s
e
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-10-07 19:51:12 +00:00
CONFIG_SYS_TEXT_BASE
=
0x87f00000
MX31: Add NAND SPL boot support to i.MX31 PDK board. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2009-07-04 08:31:24 +00:00
e
n
d
i
f
Reference in a new issue
Copy permalink