mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
x86: coral: Fall back to coreboot video when FSP missing
When booting from coreboot the FSP video information is no-longer available. Enable the coreboot driver so that we can get some sort of display in this case. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
51de94dfe4
commit
8657989f29
1 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,11 @@
|
|||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
coreboot-video {
|
||||
/* This will only activate when booted from coreboot */
|
||||
compatible = "coreboot-fb";
|
||||
};
|
||||
|
||||
keyboard {
|
||||
intel,duplicate-por;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue