]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dnp1110/dnp1110.c
* Patch by Rick Bronson, 16 Mar 2003:
[karo-tx-uboot.git] / board / dnp1110 / dnp1110.c
index d6b181534d9057558ad21a4c064bf2c2a4a9fff6..4a2b44e0e080b3c4fde0899dbcdf76c15d36382b 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include <common.h>
-
+#include <SA-1100.h>
 /* ------------------------------------------------------------------------- */
 
 
@@ -41,8 +41,9 @@ int board_init (void)
        /* arch number of DNP1110-Board */
        gd->bd->bi_arch_number = 255;
 
-       /* adress of boot parameters */
-       gd->bd->bi_boot_params = 0xc0000100;
+    /* flash vpp on */
+    PPDR |= 0x80;      /* assumes LCD controller is off */
+    PPSR |= 0x80;
 
        return 0;
 }