Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
leg-kernel: luv-live-image: Remove earlycon option
Browse files Browse the repository at this point in the history
The kernel option earlycon is a machine dependant.  Hence remove the option.

Signed-off-by: Naresh Bhat <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
  • Loading branch information
nareshgbhat authored and Matt Fleming committed Apr 24, 2015
1 parent eeede2e commit a8a83a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-luv/recipes-core/images/luv-live-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INITRD_IMAGE = "core-image-efi-initramfs"
INITRD = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz"
MACHINE_FEATURES += "efi"
APPEND = "crashkernel=256M console=ttyS0,115200 console=ttyPCH0,115200"
APPEND_aarch64 = "crashkernel=256M console=ttyAMA0 uefi_debug earlycon=pl011,0x1c090000 acpi=force"
APPEND_aarch64 = "crashkernel=256M console=ttyAMA0 uefi_debug acpi=force"

SPLASH_IMAGE = "blue-luv.jpg"

Expand Down
2 changes: 1 addition & 1 deletion meta-luv/recipes-kernel/linux/leg-kernel_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "genericarmv8"
KERNEL_IMAGETYPE = "Image"

BOOTARGS_COMMON = "crashkernel=256M console=ttyAMA0 uefi_debug earlycon=pl011,0x1c090000 acpi=force"
BOOTARGS_COMMON = "crashkernel=256M console=ttyAMA0 uefi_debug acpi=force"

SRC_URI[md5sum] = "730923a8ee0ded0ddbfe91e500cb3706"
SRC_URI[sha256sum] = "53c64f40cce74531d117cd3495b5c0c52b24e1ad1b7de9fa27deea396edb4d87"

0 comments on commit a8a83a2

Please sign in to comment.