commit | e10307334443af32b35805a3d0c3c7d060979079 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 30 09:21:21 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 30 16:14:25 2024 -0600 |
tree | e073ec0d6bb212e98cb9539cd19f5a70f72912b9 | |
parent | 99c9151c725cab7b67b00db02e1ffe374f0ff287 [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>