From 2eed31011b298e7451e111d15b497e5c13c1a190 Mon Sep 17 00:00:00 2001 From: Thomas Abraham Date: Sun, 12 Apr 2020 23:29:40 +0530 Subject: configs/rdn1edgex2: remove earlycon from kernel boot arguments Remove the use of earlycon in the kernel boot argument as this is not required for the boot test anymore. Change-Id: I24a35d1dbb90865d9e7deba2a626c13440abde8e Signed-off-by: Thomas Abraham --- configs/rdn1edgex2/grub_config/busybox-dhcp.cfg | 2 +- configs/rdn1edgex2/grub_config/busybox.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/rdn1edgex2/grub_config/busybox-dhcp.cfg b/configs/rdn1edgex2/grub_config/busybox-dhcp.cfg index 6540075..831d660 100644 --- a/configs/rdn1edgex2/grub_config/busybox-dhcp.cfg +++ b/configs/rdn1edgex2/grub_config/busybox-dhcp.cfg @@ -6,6 +6,6 @@ set timeout="1" search --set=root --fs-uuid 535add81-5875-4b4a-b44a-464aee5f5cbd menuentry 'RD-N1-Edge BusyBox' { - linux /Image acpi=force earlycon=pl011,0x7ff80000 ip=dhcp root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug + linux /Image acpi=force ip=dhcp root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug initrd /ramdisk-busybox.img } diff --git a/configs/rdn1edgex2/grub_config/busybox.cfg b/configs/rdn1edgex2/grub_config/busybox.cfg index f166539..94dee01 100644 --- a/configs/rdn1edgex2/grub_config/busybox.cfg +++ b/configs/rdn1edgex2/grub_config/busybox.cfg @@ -6,6 +6,6 @@ set timeout="1" search --set=root --fs-uuid 535add81-5875-4b4a-b44a-464aee5f5cbd menuentry 'RD-N1-Edge BusyBox' { - linux /Image acpi=force earlycon=pl011,0x7ff80000 root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug + linux /Image acpi=force root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug initrd /ramdisk-busybox.img } -- cgit v1.2.3