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.generic-board | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README.generic-board') diff --git a/doc/README.generic-board b/doc/README.generic-board index 32ddb1d..bc35179 100644 --- a/doc/README.generic-board +++ b/doc/README.generic-board @@ -22,7 +22,7 @@ The main change is that the arch//lib/board.c file is removed in favour of common/board_f.c (for pre-relocation init) and common/board_r.c (for post-relocation init). -Related to this, the global_data and bd_t structures now have a core set of +Related to this, the global_data and bd_info structures now have a core set of fields which are common to all architectures. Architecture-specific fields have been moved to separate structures. -- cgit v1.1