aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/milan/milan-x230-fhd.nix
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2021-01-03 17:15:41 +0100
committerMx Kookie <kookie@spacekookie.de>2021-01-03 17:15:41 +0100
commit5a380913988033c25c7240ab677dcc549327357f (patch)
tree1de1c5febb2700095bacd3a2a2f3b6a8168115d9 /infra/corenix/configs/milan/milan-x230-fhd.nix
parent01ebfa7aac8c18965df1a089c50bffcf0052e967 (diff)
parentaeac2f8adcd683ade3be74a4680d4e96f39aef49 (diff)
Merge commit 'aeac2f8adcd683ade3be74a4680d4e96f39aef49' into main
Diffstat (limited to 'infra/corenix/configs/milan/milan-x230-fhd.nix')
-rw-r--r--infra/corenix/configs/milan/milan-x230-fhd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/corenix/configs/milan/milan-x230-fhd.nix b/infra/corenix/configs/milan/milan-x230-fhd.nix
index f4d42a81452d..5ebea5452e6e 100644
--- a/infra/corenix/configs/milan/milan-x230-fhd.nix
+++ b/infra/corenix/configs/milan/milan-x230-fhd.nix
@@ -6,7 +6,7 @@
corenix.corebootConfig = {
CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1920";
CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "1080";
- CONFIG_CBFS_SIZE = "0xbe5000";
+ CONFIG_CBFS_SIZE = "0xbe5000"; # DON'T copy this unless you know what you're doing
};
tianocore.enable = true;