diff options
| author | Tom Rini <[email protected]> | 2025-04-22 15:13:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-22 15:13:21 -0600 |
| commit | 20fcb6305eef553a94eeed6efb1a60ee3ccd9db7 (patch) | |
| tree | 6e9b463232e44565a6495161d6db3178741f348e /include | |
| parent | bf2db18116137bb2f82165206be3f16baf314feb (diff) | |
| parent | baf4bdcdeda78874efa8e2e7875ab4a91f5aa502 (diff) | |
Merge patch series "MIPS: Boston: Various enhancements"
Jiaxun Yang <[email protected]> says:
This is a huge series which promoted MIPS/Boston target into a
usable state, with fixes to drivers and general framework issues
I found in this process.
I also converted the target to OF_UPSTREAM.
This target is covered by QEMU, to test on QEMU:
```
make boston64r6el_defconfig
make
qemu-system-mips64el -M boston -cpu I6500 -bios ./u-boot.bin -nographic
```
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/ahci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ahci.h b/include/ahci.h index d4f0f3ce0e7..eb05cc687f6 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -137,8 +137,8 @@ struct ahci_ioports { void __iomem *port_mmio; struct ahci_cmd_hdr *cmd_slot; struct ahci_sg *cmd_tbl_sg; - ulong cmd_tbl; - u32 rx_fis; + void *cmd_tbl; + void *rx_fis; }; /** |
