提交 47656d98 编写于 作者: H Hannes Schmelzer 提交者: Tom Rini

board/BuR/common: cosmetic: move 'overwrite_console' up to more related stuff

Signed-off-by: NHannes Schmelzer <hannes.schmelzer@br-automation.com>
上级 ad6be25c
......@@ -266,6 +266,11 @@ int ft_board_setup(void *blob, bd_t *bd)
return 0;
}
int overwrite_console(void)
{
return 1;
}
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_AM33XX)
#include <asm/arch/hardware.h>
#include <asm/arch/omap.h>
......@@ -359,7 +364,3 @@ void set_mux_conf_regs(void)
}
#endif /* CONFIG_SPL_BUILD && CONFIG_AM33XX */
int overwrite_console(void)
{
return 1;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册