commit | 54e07595e5de535ca05a873756b0233c86d0954a | [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 | 940a92286858ab0d7311223cd1c3a60a1fb7aeda [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>