mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-20 03:01:19 +01:00
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:
parent
febd7e4174
commit
9abc9ef8fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue