]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5282evb/u-boot.lds
Small fix to m5282evb
[karo-tx-uboot.git] / board / freescale / m5282evb / u-boot.lds
index dc18b7db4ff99b297a184719a0fcd6af24aaf60c..f46e0251efd72a1def792b449ff01019811d62e0 100644 (file)
@@ -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)