projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
febd7e4
)
Small fix to m5282evb
author
Alan Carvalho de Assis
<acassis@gmail.com>
Sat, 28 Mar 2009 22:50:16 +0000
(19:50 -0300)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 4 Apr 2009 20:47:01 +0000
(22:47 +0200)
This is just a small fix to get u-boot on m5282evb.
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
board/freescale/m5282evb/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/freescale/m5282evb/u-boot.lds
b/board/freescale/m5282evb/u-boot.lds
index dc18b7db4ff99b297a184719a0fcd6af24aaf60c..f46e0251efd72a1def792b449ff01019811d62e0 100644
(file)
--- a/
board/freescale/m5282evb/u-boot.lds
+++ b/
board/freescale/m5282evb/u-boot.lds
@@
-61,7
+61,7
@@
SECTIONS
lib_generic/vsprintf.o (.text)
lib_generic/crc32.o (.text)
- . =
env_offset
;
+ . =
DEFINED(env_offset) ? env_offset : .
;
common/env_embedded.o(.text)
*(.text)