Changeset 101515 in vbox for trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
- Timestamp:
- Oct 20, 2023 10:47:48 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r101496 r101515 695 695 #endif 696 696 697 #if 0 697 698 vrc = RTFdtNodeAdd(hFdt, "chosen"); VRC(); 698 699 vrc = RTFdtNodePropertyAddString( hFdt, "stdout-path", "pl011@9000000"); VRC(); 699 700 vrc = RTFdtNodePropertyAddString( hFdt, "stdin-path", "pl011@9000000"); VRC(); 700 701 vrc = RTFdtNodeFinalize(hFdt); 702 #endif 701 703 702 704 /* Finalize the FDT and add it to the resource store. */
Note:
See TracChangeset
for help on using the changeset viewer.