summaryrefslogtreecommitdiffstats
path: root/board/freescale/m5282evb
diff options
context:
space:
mode:
authorAlan Carvalho de Assis <acassis@gmail.com>2009-03-28 19:50:16 -0300
committerWolfgang Denk <wd@denx.de>2009-04-04 22:47:01 +0200
commit9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc (patch)
tree3aeef17567c946a083b68410ccfdea7e42848e76 /board/freescale/m5282evb
parentfebd7e4174e54579c9aa165c85c519fe5288f9d2 (diff)
downloadblackbird-obmc-uboot-9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc.tar.gz
blackbird-obmc-uboot-9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc.zip
Small fix to m5282evb
This is just a small fix to get u-boot on m5282evb. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
Diffstat (limited to 'board/freescale/m5282evb')
-rw-r--r--board/freescale/m5282evb/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds
index dc18b7db4f..f46e0251ef 100644
--- 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)
OpenPOWER on IntegriCloud