2
0

throwaway the shape report so this shit boots

This commit is contained in:
Ehmry - 2020-05-25 20:15:12 +05:30
parent 80cb5f41f4
commit e31a7eddd1

View File

@ -588,11 +588,11 @@ let rootInit =
, ServiceRoute.child "File_system" "chroot" , ServiceRoute.child "File_system" "chroot"
, ServiceRoute.child "Nic" "nic_drv" , ServiceRoute.child "Nic" "nic_drv"
, ServiceRoute.child "Rtc" "rtc" , ServiceRoute.child "Rtc" "rtc"
, ServiceRoute.child "Report" "pointer"
, ServiceRoute.parentLabel , ServiceRoute.parentLabel
"ROM" "ROM"
(Some "platform_info") (Some "platform_info")
(Some "platform_info") (Some "platform_info")
, ServiceRoute.child "Report" "_report_rom"
] ]
} }
} }