diff options
Diffstat (limited to 'board/cray/L1/u-boot.lds')
| -rw-r--r-- | board/cray/L1/u-boot.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cray/L1/u-boot.lds b/board/cray/L1/u-boot.lds index a6bbef3dc..9d37257f5 100644 --- a/board/cray/L1/u-boot.lds +++ b/board/cray/L1/u-boot.lds @@ -75,7 +75,7 @@ SECTIONS      lib_generic/zlib.o		(.text)  /*. = env_offset;*/ -    common/environment.o(.text) +    common/env_embedded.o(.text)      *(.text)      *(.fixup) |