Skip to content
Snippets Groups Projects
Commit 9abc9ef8 authored by Alan Carvalho de Assis's avatar Alan Carvalho de Assis Committed by Wolfgang Denk
Browse files

Small fix to m5282evb


This is just a small fix to get u-boot on m5282evb.

Signed-off-by: default avatarAlan Carvalho de Assis <acassis@gmail.com>
parent febd7e41
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment