mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
41ebf3bd94
The argument is superfluous because only run/image/uboot evaluated it anyway, and the argument is always boot/image.elf. With this change, the official semantics of run_image become: "replace the boot/image.elf file by platform-specific file(s) at boot/ that can actually be booted". Issue #4730