commit | dee15a9e7bcd7c8271ef66c34b36ea192b359543 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 30 20:40:48 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:07:48 2024 -0600 |
tree | b24fe505f1ec074073b0ff9d545a3a55b290a495 | |
parent | 643dc1053a008a929157660a87fe7e1ed7c408d4 [diff] |
global: Make <asm/global_data.h> include <asm/u-boot.h> This follows the example of RISC-V where <asm/global_data.h> includes <asm/u-boot.h> directly as "gd" includes a reference to bd_info already and so the first must include the second anyhow. We then remove <asm/u-boot.h> from all of the places which include references to "gd" an so have <asm/global_data.h> already. Signed-off-by: Tom Rini <trini@konsulko.com>