diff options
Diffstat (limited to 'board/BuR')
-rw-r--r-- | board/BuR/common/common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/BuR/common/common.c b/board/BuR/common/common.c index 18e1520..5ff8a7e 100644 --- a/board/BuR/common/common.c +++ b/board/BuR/common/common.c @@ -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; +} |