sd-boot: pass device handle to config_entry_add_linux()
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Feb 2019 17:07:50 +0000 (18:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 11:41:32 +0000 (12:41 +0100)
commitc8ad5996b0c209511365f03ec82a1812c444f414
tree02ecb5169ccb9f21d30a73795c77d00518a4c3bc
parentdd2bf34cd0a39ad7869177f4379de55ad3603e53
sd-boot: pass device handle to config_entry_add_linux()

This makes the code a bit simpler (after all the call is not interested
in the loaded image, just where it is found), and more like
config_load_entries() which takes the same arguments.

This also makes things easier for us later on, when we add support for
discovering images in $XBOOTLDR partitions.
src/boot/efi/boot.c