Skip to content
Snippets Groups Projects
Commit 62e7a5c5 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Tom Rini
Browse files

Revert "generic-board: allow showing custom board info"


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 a9ad18c9.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Acked-by: default avatarMax Krummenacher <max.krummenacher@toradex.com>
parent f069ded6
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ int __weak checkboard(void)
*/
int show_board_info(void)
{
#if defined(CONFIG_OF_CONTROL) && !defined(CONFIG_CUSTOM_BOARDINFO)
#ifdef CONFIG_OF_CONTROL
DECLARE_GLOBAL_DATA_PTR;
const char *model;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment