From d3bf7fa897aa20778070850f954ae8cda0cb91e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Mon, 12 Oct 2020 19:47:28 +0200 Subject: configs/milan-x1c: increase cbfs size --- configs/milan-x1c.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/milan-x1c.nix b/configs/milan-x1c.nix index 2049e8086a2d..37fe960d59ab 100644 --- a/configs/milan-x1c.nix +++ b/configs/milan-x1c.nix @@ -9,6 +9,7 @@ corenix.corebootConfig = { CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1600"; CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "900"; + CONFIG_CBFS_SIZE = "0x6f0000"; }; grub2.enable = true; -- cgit v1.2.3