diff options
Diffstat (limited to 'board/freescale/m5282evb/u-boot.lds')
-rw-r--r-- | board/freescale/m5282evb/u-boot.lds | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds index dd2666b..96fde65 100644 --- a/board/freescale/m5282evb/u-boot.lds +++ b/board/freescale/m5282evb/u-boot.lds @@ -60,9 +60,8 @@ SECTIONS lib_generic/string.o (.text) lib_generic/vsprintf.o (.text) lib_generic/crc32.o (.text) - lib_generic/zlib.o (.text) -/* . = env_offset; */ + . = env_offset; common/environment.o(.text) *(.text) |