CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/05 13:00:32
Modified files:
sys/arch/arm64/stand/efiboot: efiboot.c
Log message:
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@
