diff options
author | Tom Rini <trini@konsulko.com> | 2023-03-13 15:36:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-13 15:36:52 -0400 |
commit | 2684aad483f57fba10c245cf56614880e9f4657e (patch) | |
tree | 50d264f36cd5417e9af5e3b7ed5800f34b8c1320 /arch/x86/dts/efi-x86_app.dts | |
parent | bcf343146ff365a88481b9a80920ed146c6dee5b (diff) | |
parent | 61a621054194216eefc1a6f5af0a63aa265bbaef (diff) |
Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request efi-next-20230313
UEFI:
* Improve graphics support in EFI app
Others:
* x86: Add a few more items to bdinfo
* video: Remove duplicate cursor-positioning function
* video: Clear the vidconsole rather than the video
Diffstat (limited to 'arch/x86/dts/efi-x86_app.dts')
-rw-r--r-- | arch/x86/dts/efi-x86_app.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/efi-x86_app.dts b/arch/x86/dts/efi-x86_app.dts index 6d843a9820..59e2e402d5 100644 --- a/arch/x86/dts/efi-x86_app.dts +++ b/arch/x86/dts/efi-x86_app.dts @@ -27,6 +27,7 @@ }; efi-fb { compatible = "efi-fb"; + bootph-some-ram; }; }; |