diff options
| author | Tom Rini <[email protected]> | 2023-12-19 10:07:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-19 11:42:03 -0500 |
| commit | 298419ba4d7cef25ec679ee1206280789175ed29 (patch) | |
| tree | 170ec93141176fdc8648e6f51dd57145b7662a71 /include | |
| parent | a6f86132e30a407c7f96461df53c62fbe52e2b54 (diff) | |
| parent | 66459346463439c72f84cfd1f985496b8a6142d8 (diff) | |
Merge branch '2023-12-19-assorted-platform-updates' into next
- Assorted platform updates for TI K3, vexpress64, mediatek and related
cleanups to the DW GPIO driver and OPTEE
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/vexpress_aemv8.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h index 24d8ca08665..8020689e39e 100644 --- a/include/configs/vexpress_aemv8.h +++ b/include/configs/vexpress_aemv8.h @@ -187,6 +187,7 @@ func(USB, usb, 0) \ func(SATA, sata, 0) \ func(SATA, sata, 1) \ + FUNC_VIRTIO(func) \ func(PXE, pxe, na) \ func(DHCP, dhcp, na) \ func(AFS, afs, na) |
