Browse Source

Merge pull request #263 from grissiom/fix-taihu

[bsp/taihu] fix the link error
Bernard Xiong 11 years ago
parent
commit
3b6198275b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/taihu/taihu.lds

+ 1 - 1
bsp/taihu/taihu.lds

@@ -36,7 +36,7 @@ SECTIONS
 
 
   .text      :
   .text      :
   {
   {
-    KEEP(build/libcpu/ppc/ppc405/start_gcc.o (.text))
+    KEEP(build/kernel/libcpu/ppc/ppc405/start_gcc.o (.text))
 
 
     *(.text)
     *(.text)
     *(.fixup)
     *(.fixup)