]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuR/common/common.c
board/BuR/common: use SYS_CONSOLE_OVERWRITE
[karo-tx-uboot.git] / board / BuR / common / common.c
index 18e1520b383c9a05fb773fb1c3cf775b1c9f59a4..5ff8a7e0ae967d0679931ff91f74f47784c10931 100644 (file)
@@ -641,3 +641,7 @@ int board_mmc_init(bd_t *bis)
        return omap_mmc_init(1, 0, 0, -1, -1);
 }
 #endif
+int overwrite_console(void)
+{
+       return 1;
+}