Get MPC8641HPCN flash images working.

    Enable the CFI driver.
    Remove bogus LAWBAR7 cruft.
    Use correct TEXT_BASE, Fixup load script.
    Enable SPD EEPROM during DDR setup.
    Use generic RFC 1918 IP addresses by default.
diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds
index dbe8e4f..c5c40e7 100644
--- a/board/mpc8641hpcn/u-boot.lds
+++ b/board/mpc8641hpcn/u-boot.lds
@@ -28,7 +28,7 @@
    __DYNAMIC = 0;    */
 SECTIONS
 {
-/*  .resetvec 0xFFF00100 :
+  .resetvec 0xFFF00100 :
   {
     *(.resetvec)
   } = 0xffff
@@ -38,7 +38,7 @@
     cpu/mpc86xx/start.o	(.bootpg)
     board/mpc8641hpcn/init.o (.bootpg)
   } = 0xffff
-*/
+
   /* Read-only sections, merged into text segment: */
   . = + 1024;
   .interp : { *(.interp) }