Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / board / esd / ar405 / ar405.c
index dfead3363c208a0eb95068cb1f41fb7f40f23335..c4b4b676703829f2822ba943e9564220de1f4b08 100644 (file)
@@ -190,28 +190,6 @@ int checkboard (void)
        return 0;
 }
 
-/* ------------------------------------------------------------------------- */
-
-long int initdram (int board_type)
-{
-       unsigned long val;
-
-       mtdcr(memcfga, mem_mb0cf);
-       val = mfdcr(memcfgd);
-
-       return (4*1024*1024 << ((val & 0x000e0000) >> 17));
-}
-
-/* ------------------------------------------------------------------------- */
-
-int testdram (void)
-{
-       /* TODO: XXX XXX XXX */
-       printf ("test: 16 MB - ok\n");
-
-       return (0);
-}
-
 
 #if 1 /* test-only: some internal test routines... */
 /*
@@ -269,7 +247,7 @@ int do_digtest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        digtest,        3,      1,      do_digtest,
-       "digtest - Test digital in-/output\n",
+       "Test digital in-/output",
        NULL
        );
 
@@ -363,7 +341,7 @@ int do_anatest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        anatest,        2,      1,      do_anatest,
-       "anatest - Test analog in-/output\n",
+       "Test analog in-/output",
        NULL
        );
 
@@ -430,7 +408,7 @@ int do_inctest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        inctest,        3,      1,      do_inctest,
-       "inctest - Test incremental encoder inputs\n",
+       "Test incremental encoder inputs",
        NULL
        );
 #endif