diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2023-02-13 13:14:15 +0200 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2023-02-13 14:11:15 +0200 |
commit | 62870dd27cd5e505a99c64a58cf348f8b6a3f112 (patch) | |
tree | 95c953a5d99c8f2a7567ebd1cca60735e6a6b886 | |
parent | c693159de8b35e3a85bd578737ecb07d7e0a80c5 (diff) | |
download | meta-multitech-atmel-62870dd27cd5e505a99c64a58cf348f8b6a3f112.tar.gz meta-multitech-atmel-62870dd27cd5e505a99c64a58cf348f8b6a3f112.tar.bz2 meta-multitech-atmel-62870dd27cd5e505a99c64a58cf348f8b6a3f112.zip |
MTCDT : Silent Mode is ON, but there are many entries in the debug console during boot. Is that OK? GP-1878
6 files changed, 6 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcap.dts b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcap.dts index 730ce0b..e9f7f84 100644 --- a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcap.dts +++ b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcap.dts @@ -40,6 +40,7 @@ }; chosen { + /delete-property/ stdout-path; bootargs = "mem=256M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2"; }; diff --git a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcdt.dts b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcdt.dts index ed76ce1..b707328 100644 --- a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcdt.dts +++ b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtcdt.dts @@ -26,6 +26,7 @@ }; chosen { + /delete-property/ stdout-path; bootargs = "mem=256M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2"; }; diff --git a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtr.dts b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtr.dts index 5129950..3fc3cbf 100644 --- a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtr.dts +++ b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtr.dts @@ -40,6 +40,7 @@ }; chosen { + /delete-property/ stdout-path; bootargs = "mem=128M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2"; }; diff --git a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtre.dts b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtre.dts index 92296df..2c87d38 100644 --- a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtre.dts +++ b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtre.dts @@ -40,6 +40,7 @@ }; chosen { + /delete-property/ stdout-path; bootargs = "mem=128M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2"; }; diff --git a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtrv1.dts b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtrv1.dts index 7c68492..44104ee 100644 --- a/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtrv1.dts +++ b/recipes-kernel/linux/linux-at91-5.4.199/mts-dts/mtrv1.dts @@ -42,6 +42,7 @@ }; chosen { + /delete-property/ stdout-path; bootargs = "mem=128M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2"; }; diff --git a/recipes-kernel/linux/linux-at91_5.4.199.bb b/recipes-kernel/linux/linux-at91_5.4.199.bb index eecd1af..8647ed4 100644 --- a/recipes-kernel/linux/linux-at91_5.4.199.bb +++ b/recipes-kernel/linux/linux-at91_5.4.199.bb @@ -17,7 +17,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" SRCREV = "ae7a63c21ca8d85578db1acef1dae5a5c803a8a3" SRCREV_sama7g5ek = "d67f0979dcc377863060e803a2280b7a7e1a22c0" -PR = "r1" +PR = "r2" KERNEL_VERSION = "${PV}" KERNEL_REVISION = "${PR}" EXTRAVERSION = "" |