Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1816350de8 |
@@ -48,17 +48,11 @@
|
||||
};
|
||||
#elif defined(CONFIG_SPL)
|
||||
u-boot-spl-with-ucode-ptr {
|
||||
no-expanded;
|
||||
offset = <CONFIG_X86_OFFSET_SPL>;
|
||||
};
|
||||
# ifdef CONFIG_HAVE_MICROCODE
|
||||
u-boot-dtb-with-ucode2 {
|
||||
type = "u-boot-dtb-with-ucode";
|
||||
};
|
||||
#else
|
||||
u-boot-spl-dtb {
|
||||
};
|
||||
# endif
|
||||
u-boot {
|
||||
offset = <CONFIG_X86_OFFSET_U_BOOT>;
|
||||
};
|
||||
|
||||
@@ -81,7 +81,11 @@ static int bochs_init_fb(struct udevice *dev)
|
||||
/* disable blanking */
|
||||
bochs_vga_write(mmio, VGA_ATT_W - VGA_INDEX, VGA_AR_ENABLE_DISPLAY);
|
||||
|
||||
plat->base = fb;
|
||||
/* Use double buffering if enabled */
|
||||
if (IS_ENABLED(CONFIG_VIDEO_COPY) && plat->base)
|
||||
plat->copy_base = fb;
|
||||
else
|
||||
plat->base = fb;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user