projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f069ded
)
Revert "generic-board: allow showing custom board info"
author
Marcel Ziswiler
<
[email protected]
>
Wed, 16 Nov 2016 16:49:19 +0000
(17:49 +0100)
committer
Tom Rini
<
[email protected]
>
Mon, 28 Nov 2016 20:10:32 +0000
(15:10 -0500)
Drop CONFIG_CUSTOM_BOARDINFO as it is not Kconfig compliant and anyway
not really used anywhere plus the upcoming weak show_board_info()
approach seems much superior.
This reverts commit
a9ad18c9d5fe2554753b0f9a52adfd5ebce61147
.
Signed-off-by: Marcel Ziswiler <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Acked-by: Max Krummenacher <
[email protected]
>
common/board_info.c
patch
|
blob
|
history
diff --git
a/common/board_info.c
b/common/board_info.c
index bd5dcfa066358c2cc44ce5d19fcc3e77d555cd09..6afe98edeee936ebf4313cfdcad1e11def5a8934 100644
(file)
--- a/
common/board_info.c
+++ b/
common/board_info.c
@@
-17,7
+17,7
@@
int __weak checkboard(void)
*/
int show_board_info(void)
{
-#if
defined(CONFIG_OF_CONTROL) && !defined(CONFIG_CUSTOM_BOARDINFO)
+#if
def CONFIG_OF_CONTROL
DECLARE_GLOBAL_DATA_PTR;
const char *model;