diff options
Diffstat (limited to 'board/sc3')
| -rw-r--r-- | board/sc3/u-boot.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sc3/u-boot.lds b/board/sc3/u-boot.lds index 16dc38401..04b350aab 100644 --- a/board/sc3/u-boot.lds +++ b/board/sc3/u-boot.lds @@ -70,7 +70,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;*/ |