]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci440/u-boot.lds
Merge with testing-4xx_enet (Create generic 4xx Ethernet code)
[u-boot] / board / esd / cpci440 / u-boot.lds
index 46ccf31d47f61f6f37c1d6a4543b26028b29e753..24c35268dfb70d51f5af4e89e4b9f4e269216820 100644 (file)
@@ -28,11 +28,13 @@ SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/
 SECTIONS
 {
   .resetvec 0xFFFFFFFC :
+/*  .resetvec 0x01FFFFFC :*/
   {
     *(.resetvec)
   } = 0xffff
 
   .bootpg 0xFFFFF000 :
+/*  .bootpg 0x01FFF000 :*/
   {
     cpu/ppc4xx/start.o (.bootpg)
   } = 0xffff
@@ -74,7 +76,6 @@ SECTIONS
     cpu/ppc4xx/serial.o        (.text)
     cpu/ppc4xx/cpu_init.o      (.text)
     cpu/ppc4xx/speed.o (.text)
-    cpu/ppc4xx/405gp_enet.o    (.text)
     common/dlmalloc.o  (.text)
     lib_generic/crc32.o                (.text)
     lib_ppc/extable.o  (.text)