mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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 a9ad18c9d5
.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
committed by
Tom Rini
parent
f069ded611
commit
62e7a5c5f8
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user