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>
This commit is contained in:
Alan Carvalho de Assis 2009-03-28 19:50:16 -03:00 committed by Wolfgang Denk
parent febd7e4174
commit 9abc9ef8fb

View File

@ -61,7 +61,7 @@ SECTIONS
lib_generic/vsprintf.o (.text) lib_generic/vsprintf.o (.text)
lib_generic/crc32.o (.text) lib_generic/crc32.o (.text)
. = env_offset; . = DEFINED(env_offset) ? env_offset : .;
common/env_embedded.o(.text) common/env_embedded.o(.text)
*(.text) *(.text)