1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-30 06:07:23 +01:00
Files
u-boot-megous/include/asm-generic/global_data.h
Masahiro Yamada b36992fb6b global_data.h: make <asm-generic/global_data.h> self-contained
The compiler never knows what 'bd_t' is without including <asm/u-boot.h>.

By changing it to (struct bd_info), the compiler learns it is struct.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2020-03-16 12:49:09 -04:00

6.2 KiB