aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-04-12 23:29:40 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-04-13 08:07:08 +0530
commit2eed31011b298e7451e111d15b497e5c13c1a190 (patch)
tree61b0edf106434dbca1581525e63e7ebc6c1725ed
parent7af225020836efea68c34930a2257230030c21a0 (diff)
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 <thomas.abraham@arm.com>
-rw-r--r--configs/rdn1edgex2/grub_config/busybox-dhcp.cfg2
-rw-r--r--configs/rdn1edgex2/grub_config/busybox.cfg2
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
}