aboutsummaryrefslogtreecommitdiff
path: root/configs/rdn1edgex2/grub_config/busybox-dhcp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'configs/rdn1edgex2/grub_config/busybox-dhcp.cfg')
-rw-r--r--configs/rdn1edgex2/grub_config/busybox-dhcp.cfg2
1 files changed, 1 insertions, 1 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
}