diff options
Diffstat (limited to 'board/ml2')
| -rw-r--r-- | board/ml2/u-boot.lds | 2 | ||||
| -rw-r--r-- | board/ml2/u-boot.lds.debug | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/ml2/u-boot.lds b/board/ml2/u-boot.lds index 8fea3be41..0083a211d 100644 --- a/board/ml2/u-boot.lds +++ b/board/ml2/u-boot.lds @@ -65,7 +65,7 @@ SECTIONS      cpu/ppc4xx/speed.o	(.text)      common/dlmalloc.o	(.text)      lib_generic/crc32.o		(.text) -    lib_ppc/extable.o	(.text) +    arch/ppc/lib/extable.o	(.text)      lib_generic/zlib.o		(.text)  /*    . = env_offset;*/ diff --git a/board/ml2/u-boot.lds.debug b/board/ml2/u-boot.lds.debug index 970628d55..40d2f78ea 100644 --- a/board/ml2/u-boot.lds.debug +++ b/board/ml2/u-boot.lds.debug @@ -59,7 +59,7 @@ SECTIONS      common/dlmalloc.o	(.text)      lib_generic/vsprintf.o	(.text)      lib_generic/crc32.o		(.text) -    lib_ppc/extable.o	(.text) +    arch/ppc/lib/extable.o	(.text)      common/env_embedded.o(.text) |