diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-02 12:13:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-02 12:13:16 -0400 |
commit | 38dedebc547f795efc3daad17f7c013c515e1285 (patch) | |
tree | a56e2dc62406de041c67a18c25dff02d362f36bb /include/stdio_dev.h | |
parent | 7755b2200777f72dca87dd169138e95f011bbcb9 (diff) | |
parent | 02be57caf730e2213bc844bf1dbe58bedd2c3734 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
+ Fix compilation error for CI when enabling RTL8169 driver
+ Fix compilation error for pci_mmc.c by adding acpi_table header file
+ Support video console and usb keyboard on RISC-V QEMU virt machine
+ Support StarFive JH7110 PCIe driver
+ Enable PCI on Unmatched board
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r-- | include/stdio_dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 77bf8a8970f..7f181020524 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -84,8 +84,6 @@ int stdio_init_tables(void); */ int stdio_add_devices(void); -void stdio_print_current_devices(void); - /** * stdio_deregister_dev() - deregister the device "devname". * |