From bb5a2cf9f99731915359b67b52eba307db86fff9 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 26 Jun 2020 15:13:34 +0900 Subject: treewide: convert bd_t to struct bd_info manually Some code was not converted by coccinelle, somehow. I manually fixed up the remaining, and comments, README docs. Signed-off-by: Masahiro Yamada [trini: Add arch/arm/mach-davinci/include/mach/sdmmc_defs.h and include/fdt_support.h] Signed-off-by: Tom Rini --- doc/README.console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README.console') diff --git a/doc/README.console b/doc/README.console index 02428fb396b..9f5812c89d1 100644 --- a/doc/README.console +++ b/doc/README.console @@ -62,7 +62,7 @@ U-Boot relocation (done in 'board_init_r' in arch/*/lib/board.c). HOW CAN I USE STANDARD FILE INTO APPLICATIONS? ---------------------------------------------- -Use the 'bd_mon_fnc' field of the bd_t structure passed to the +Use the 'bd_mon_fnc' field of the bd_info structure passed to the application to do everything you want with the console. But REMEMBER that that will work only if you have not overwritten any -- cgit v1.3.1