diff options
Diffstat (limited to 'board/freescale/m5235evb/u-boot.32')
-rw-r--r-- | board/freescale/m5235evb/u-boot.32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5235evb/u-boot.32 b/board/freescale/m5235evb/u-boot.32 index 50045e1..cbf2249 100644 --- a/board/freescale/m5235evb/u-boot.32 +++ b/board/freescale/m5235evb/u-boot.32 @@ -68,7 +68,7 @@ SECTIONS common/cmd_mem.o (.text) common/console.o (.text) common/main.o (.text) - lib_generic/libgeneric.a (.text) + lib/libgeneric.a (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.text) |