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
374a235d42
Branches
Tags
No results found.
uboot
/
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