Skip to content

Commit bd34d9e

Browse files
akonradiRebase bot
authored andcommitted
[riscv64] Add base power manager config to image
This enables the power_manager component to start; without this, it silently exits with an error, causing the root job to also exit and the system to halt. Bug: 129166 Change-Id: Ia024dc0357a1d3e149b2149e79a6b7d179784930 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/871237 Reviewed-by: David Dorwin <[email protected]> Fuchsia-Auto-Submit: Alex Konradi <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Aaron Wood <[email protected]>
1 parent 3e3a9a0 commit bd34d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/riscv64.gni

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ platform_enable_user_pci = true
2222
board_bootfs_labels += [
2323
"//src/devices/bus/drivers/pci:bus-pci",
2424
"//src/devices/board/drivers/qemu-riscv64",
25+
26+
# Configs
27+
"//src/power/power-manager:base_config",
2528
]
2629
board_bootfs_labels += _imports.virtio_drivers
2730

0 commit comments

Comments
 (0)