]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge branch '2024-05-06-remove-include-common_h' into next
authorTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:01:06 +0000 (08:01 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:01:06 +0000 (08:01 -0600)
- Merge the four series that I made to finally remove include/common.h.
  For the most part, this is just removing <common.h> entirely. In a few
  cases we needed to add <linux/types.h> or <time.h>. In the case of
  PowerPC related code, we instead need to bring in <asm/ppc.h>.


Trivial merge