From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Ahmad Fatoum Date: Wed, 3 Jun 2020 16:16:53 +0200 Message-Id: <20200603141653.30803-3-a.fatoum@pengutronix.de> In-Reply-To: <20200603141653.30803-1-a.fatoum@pengutronix.de> References: <20200603141653.30803-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 3/3] v7a: lxa-mc1: migrate loglevel to barebox environment variable List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Ahmad Fatoum The MC-1 is the only supported board that configures loglevel via bootspec and not via barebox environment. For symmetry and because internal CI checks for it, migrate the loglevel to the environment. This also affects the stm32mp157c-dk2 target, which is fine. No one minds shorter boot times. Signed-off-by: Ahmad Fatoum --- .../barebox-stm32mp-defaultenv/nv/linux.bootargs.loglevel | 1 + configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 configs/platform-v7a/barebox-stm32mp-defaultenv/nv/linux.bootargs.loglevel diff --git a/configs/platform-v7a/barebox-stm32mp-defaultenv/nv/linux.bootargs.loglevel b/configs/platform-v7a/barebox-stm32mp-defaultenv/nv/linux.bootargs.loglevel new file mode 100644 index 000000000000..705752ca416d --- /dev/null +++ b/configs/platform-v7a/barebox-stm32mp-defaultenv/nv/linux.bootargs.loglevel @@ -0,0 +1 @@ +loglevel=5 systemd.log_level=warning systemd.show_status=auto diff --git a/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf b/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf index e0f418c95398..5718be4d1710 100644 --- a/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf +++ b/configs/platform-v7a/projectroot/loader/entries/lxa-mc1.conf @@ -1,6 +1,6 @@ title PTXdist - Pengutronix-DistroKit version 5.5 -options rootwait rw loglevel=5 systemd.log_level=warning systemd.show_status=auto +options rootwait rw linux /boot/zImage devicetree /boot/stm32mp157c-lxa-mc1.dtb linux-appendroot true -- 2.27.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de