From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Michael Olbrich Date: Wed, 22 Apr 2020 08:26:39 +0200 Message-Id: <20200422062639.30032-1-m.olbrich@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH] platform-v7a: sabrelite: add missing linux-appendroot to the bootloader spec entry 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: Michael Olbrich All other boards have it. And booting fails without it. Signed-off-by: Michael Olbrich --- configs/platform-v7a/projectroot/loader/entries/sabrelite.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf b/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf index af942bf6ffc9..4b81e97f3ab4 100644 --- a/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf +++ b/configs/platform-v7a/projectroot/loader/entries/sabrelite.conf @@ -3,3 +3,4 @@ version 4.11 options rootwait linux /boot/zImage devicetree /boot/imx6q-sabrelite.dtb +linux-appendroot true -- 2.20.1 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de