u-boot/arch/riscv
Tom Rini 6a7185887b 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>
2024-05-06 15:07:48 -06:00
..
cpu board: starfive: Rename spl_soc_init() to spl_dram_init() 2024-05-02 00:01:18 +08:00
dts riscv: dts: sophgo: Add spi nor flash controller node 2024-05-02 00:01:18 +08:00
include/asm board: starfive: Rename spl_soc_init() to spl_dram_init() 2024-05-02 00:01:18 +08:00
lib global: Make <asm/global_data.h> include <asm/u-boot.h> 2024-05-06 15:07:48 -06:00
config.mk riscv: Support building with Clang 2024-01-31 16:52:36 +08:00
Kconfig riscv: Move virtio scan to board_late_init() 2024-04-09 11:30:24 +08:00
Makefile riscv: add backtrace support 2024-04-09 11:29:38 +08:00