Commit Graph

1 Commits

Author SHA1 Message Date
Simon Glass
a10b03ffe5 ulib: Move struct bd_info into its own header
This is currently in asm-generic/u-boot.h but it is no-longer the
interface to U-Boot in any real sense. It also doesn't include assembler
so having it in asm-generic seems wrong.

Move it into its own header.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-09-05 12:51:05 -06:00