diff options
Diffstat (limited to 'board/ml2/u-boot.lds')
-rw-r--r-- | board/ml2/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ml2/u-boot.lds b/board/ml2/u-boot.lds index 8fea3be41b0..0083a211d3d 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;*/ |