All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-arm] [PATCH] arm-bsp/n1sdp: remove debug and verbose kernel cmd line parameters from grub cfg
       [not found] <16A6D1F0F363870E.8939@lists.yoctoproject.org>
@ 2021-09-21 15:30 ` Hugo L'Hostis
  0 siblings, 0 replies; only message in thread
From: Hugo L'Hostis @ 2021-09-21 15:30 UTC (permalink / raw)
  To: meta-arm, Hugo L'hostis; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 2468 bytes --]

Hello,

Can this patch also be backported to hardknott please ?

BR,

Hugo
________________________________
De : meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> de la part de Hugo L'Hostis via lists.yoctoproject.org <hugo.lhostis=arm.com@lists.yoctoproject.org>
Envoyé : mardi 21 septembre 2021 12:12
À : meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org>
Cc : nd <nd@arm.com>
Objet : [meta-arm] [PATCH] arm-bsp/n1sdp: remove debug and verbose kernel cmd line parameters from grub cfg

By removing the verbose and debug kernel command line parameters from the grub
menu entries we prevent the console printing unnecessary messages and slowing
down the boot process.

Issue-Id: SCM-3027
Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: Ieb68c606b7ed5b20191f6989aea84963b8cda778
---
 meta-arm-bsp/wic/n1sdp-grub.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arm-bsp/wic/n1sdp-grub.cfg b/meta-arm-bsp/wic/n1sdp-grub.cfg
index 12b77a0..7323ec7 100644
--- a/meta-arm-bsp/wic/n1sdp-grub.cfg
+++ b/meta-arm-bsp/wic/n1sdp-grub.cfg
@@ -4,15 +4,15 @@ set default="0"
 set timeout="5"

 menuentry 'Arm reference image boot on N1SDP (ACPI)' {
-        linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd1-38989910eccd rootwait rootfstype=ext4 acpi=force verbose debug
+        linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd1-38989910eccd rootwait rootfstype=ext4 acpi=force
 }

 menuentry 'Arm reference image boot on Single-Chip N1SDP (Device Tree)' {
         devicetree /n1sdp-single-chip.dtb
-        linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd1-38989910eccd rootwait rootfstype=ext4 verbose debug
+        linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd1-38989910eccd rootwait rootfstype=ext4
 }

 menuentry 'Arm reference image boot on Multi-Chip N1SDP (Device Tree)' {
         devicetree /n1sdp-multi-chip.dtb
-        linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd1-38989910eccd rootwait rootfstype=ext4 verbose debug
+        linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd1-38989910eccd rootwait rootfstype=ext4
 }
--
2.25.1


[-- Attachment #2: Type: text/html, Size: 4428 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-21 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16A6D1F0F363870E.8939@lists.yoctoproject.org>
2021-09-21 15:30 ` [meta-arm] [PATCH] arm-bsp/n1sdp: remove debug and verbose kernel cmd line parameters from grub cfg Hugo L'Hostis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.