commit | 36da57aa8784af486b79b49d1e644f2ca20f9e3a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Jun 26 15:13:35 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 17 10:47:19 2020 -0400 |
tree | 0b891ffb0573ed451a8d3ea4188a9c93cd4ab261 | |
parent | bb5a2cf9f99731915359b67b52eba307db86fff9 [diff] |
asm/u-boot.h: remove bd_t definitions All the users of bd_t were converted to struct bd_info. Remove the definitions. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>