]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/keymile/km8xx/km8xx.c
8xx: add support for new keymile kmsupx4 board.
[karo-tx-uboot.git] / board / keymile / km8xx / km8xx.c
index e7bfa31250f046e2750a098de916e252edb51efc..845d3f2a0e7f7b02625f6028999a8e5e711c6952 100644 (file)
@@ -61,7 +61,12 @@ const uint sdram_table[] =
 
 int checkboard (void)
 {
-       puts ("Board: Keymile mgsuvd");
+       puts ("Board: Keymile ");
+#if defined(CONFIG_KMSUPX4)
+       puts ("kmsupx4");
+#else
+       puts ("mgsuvd");
+#endif
        if (ethernet_present ())
                puts (" with PIGGY.");
        puts ("\n");