We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11db6b1 commit 2343a1aCopy full SHA for 2343a1a
1 file changed
src/soc/intel/common/block/graphics/graphics.c
@@ -288,13 +288,6 @@ static void graphics_dev_read_resources(struct device *dev)
288
pci_dev_set_resources(dev);
289
res_bar0->flags |= IORESOURCE_FIXED;
290
}
291
-
292
- if (ENV_X86_32) {
293
- /* Place framebuffer below 4G to ensure coreboot can access it */
294
- struct resource *res_bar2 = find_resource(dev, PCI_BASE_ADDRESS_2);
295
- res_bar2->limit = 0xffffffff;
296
- res_bar2->flags &= ~IORESOURCE_ABOVE_4G;
297
- }
298
299
300
static void graphics_join_mbus(void)
0 commit comments