From e515c1ddad99941bec3e562c072924f4c38885f4 Mon Sep 17 00:00:00 2001 From: Abdellatif El Khlifi Date: Tue, 24 Mar 2020 11:04:17 +0000 Subject: [PATCH] corstone700: updating the kernel arguments to support initramfs In the context of enabling initramfs this change makes the kernel arguments compatible with the initramfs requirements Change-Id: Ifa955a5790ae1398fd8ad9ca1c8272f019c121a6 Signed-off-by: Abdellatif El Khlifi --- fdts/corstone700.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/fdts/corstone700.dts b/fdts/corstone700.dts index c13d3b23e..851f5e625 100644 --- a/fdts/corstone700.dts +++ b/fdts/corstone700.dts @@ -15,8 +15,6 @@ chosen { bootargs = "console=ttyAMA0 \ - root=mtd:physmap-flash.0 \ - ro \ loglevel=9"; };