mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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 <masahiroy@kernel.org> [trini: Add arch/arm/mach-davinci/include/mach/sdmmc_defs.h and include/fdt_support.h] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Tom Rini
parent
b75d8dc564
commit
bb5a2cf9f9
@@ -185,7 +185,7 @@ static char bootm_help_text[] =
|
||||
"\tfdt - relocate flat device tree\n"
|
||||
#endif
|
||||
"\tcmdline - OS specific command line processing/setup\n"
|
||||
"\tbdt - OS specific bd_t processing\n"
|
||||
"\tbdt - OS specific bd_info processing\n"
|
||||
"\tprep - OS specific prep before relocation or go\n"
|
||||
#if defined(CONFIG_TRACE)
|
||||
"\tfake - OS specific fake start without go\n"
|
||||
|
Reference in New Issue
Block a user