mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Introduce gpio_drv function in run scripts
Do not use automatic alias in the run tool for the name of the gpio-driver binary. Ref #2268
This commit is contained in:
committed by
Norman Feske
parent
957653d4b9
commit
ed370a8f5c
@@ -1,7 +1,6 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-foc.lib.so" }
|
||||
proc binary_name_core_o { } { return "foc/core.o" }
|
||||
proc binary_name_timer { } { return "foc_timer_drv" }
|
||||
proc binary_name_gpio_drv { } { return "foc_gpio_drv" }
|
||||
|
||||
|
||||
proc run_boot_string { } { return "\nL4 Bootstrapper" }
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-hw.lib.so" }
|
||||
proc binary_name_core_o { } { return "hw/core.o" }
|
||||
proc binary_name_timer { } { return "hw_timer_drv" }
|
||||
proc binary_name_gpio_drv { } { return "hw_gpio_drv" }
|
||||
|
||||
|
||||
proc run_boot_string { } { return "\nkernel initialized" }
|
||||
|
||||
Reference in New Issue
Block a user