X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Fm5282evb%2Fu-boot.lds;h=f46e0251efd72a1def792b449ff01019811d62e0;hb=16e7559c08b6f29db4596d795b92914c01e6a1b3;hp=dc18b7db4ff99b297a184719a0fcd6af24aaf60c;hpb=f62fb99941c625605aa16a0097b396a5c16d2c88;p=u-boot 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)