efi: x86: Provide settings for bootctl
Provide some basic settings so that bootctl can be used with the EFI app on x86. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -34,4 +34,18 @@
|
||||
compatible = "efi,mouse";
|
||||
};
|
||||
|
||||
boot_ctl: bootctl {
|
||||
};
|
||||
|
||||
bootstd {
|
||||
compatible = "u-boot,boot-std";
|
||||
theme {
|
||||
font-size = <30>;
|
||||
menu-inset = <3>;
|
||||
menuitem-gap-y = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#include "bootctl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user