Not every device tree we're getting passed has an /aliases or /chosen node,
authorpatrick <patrick@openbsd.org>
Sat, 5 Nov 2022 19:00:31 +0000 (19:00 +0000)
committerpatrick <patrick@openbsd.org>
Sat, 5 Nov 2022 19:00:31 +0000 (19:00 +0000)
commitbd928107be11dadbc8bf84931ac921f1c61be012
treec6324a984da65258a7c197bb26a25add8090afe4
parent2b622a119005107fdb4cb3f3e45316016240e42d
Not every device tree we're getting passed has an /aliases or /chosen node,
but our code assumes so.  It's useful to have them, so create them if they
do not exist.

ok kettenis@
sys/arch/arm64/stand/efiboot/efiboot.c