From 5d5da756ff5b7600b88b36fa9b444e20ca4887bf Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Sat, 9 Sep 2023 05:09:06 +0200
Subject: [PATCH] mntreform-config: set CONFIG_USE_BOOTARGS=y and
 CONFIG_BOOTARGS

---
 mntreform-config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mntreform-config b/mntreform-config
index 2608aa5fe8a..2b00edf5300 100644
--- a/mntreform-config
+++ b/mntreform-config
@@ -267,7 +267,8 @@ CONFIG_BOOTSTAGE_STASH_SIZE=0x1000
 # CONFIG_SD_BOOT is not set
 # CONFIG_SPI_BOOT is not set
 CONFIG_BOOTDELAY=2
-# CONFIG_USE_BOOTARGS is not set
+CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="ro no_console_suspend cma=512M pci=nomsi console=ttymxc0,115200 console=tty1"
 CONFIG_USE_BOOTCOMMAND=y
 CONFIG_BOOTCOMMAND="run distro_bootcmd"
 
-- 
GitLab