aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/milan/milan-x230t.nix
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2021-01-01 00:55:51 +0100
committerMx Kookie <kookie@spacekookie.de>2021-01-01 00:55:51 +0100
commitaf8b681b5ef80871e6586061568b8ab8af2d85e3 (patch)
tree4f3d66f0afbea6c947cc4dff32fa4c25e70329d4 /infra/corenix/configs/milan/milan-x230t.nix
parent51970440a767f3906bcb69cc3d00185391c5d595 (diff)
parent53a9f091f8cf9362a95c12130daa1f69ddff036c (diff)
Add 'infra/corenix/' from commit '53a9f091f8cf9362a95c12130daa1f69ddff036c'
git-subtree-dir: infra/corenix git-subtree-mainline: 51970440a767f3906bcb69cc3d00185391c5d595 git-subtree-split: 53a9f091f8cf9362a95c12130daa1f69ddff036c
Diffstat (limited to 'infra/corenix/configs/milan/milan-x230t.nix')
-rw-r--r--infra/corenix/configs/milan/milan-x230t.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/infra/corenix/configs/milan/milan-x230t.nix b/infra/corenix/configs/milan/milan-x230t.nix
new file mode 100644
index 000000000000..ee3b349916c9
--- /dev/null
+++ b/infra/corenix/configs/milan/milan-x230t.nix
@@ -0,0 +1,11 @@
+{ ... }:
+
+{
+ imports = [ ./common.nix ../boards/x230t.nix ];
+
+ corenix.corebootConfig = {
+ CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1600";
+ CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "900";
+ CONFIG_CBFS_SIZE = "0x500000";
+ };
+}