projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6be25
)
board/BuR/common: cosmetic: move 'overwrite_console' up to more related stuff
author
Hannes Schmelzer
<hannes.schmelzer@br-automation.com>
Wed, 10 Apr 2019 12:13:12 +0000
(14:13 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 26 Apr 2019 21:51:51 +0000
(17:51 -0400)
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
board/BuR/common/common.c
patch
|
blob
|
history
diff --git
a/board/BuR/common/common.c
b/board/BuR/common/common.c
index 513872a7d720af9b6ada1f2caa23eec5d50c0ae8..28ebb84595feea4582ed527d041b42aa13200864 100644
(file)
--- a/
board/BuR/common/common.c
+++ b/
board/BuR/common/common.c
@@
-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;
-}