Skip to content

Commit

Permalink
projects: lkft: devices: rpi4: enable earlycon
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Mar 4, 2024
1 parent 01d5dcf commit 0639ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lava_test_plans/projects/lkft/devices/bcm2711-rpi-4-b
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{% set ROOTFS_URL_FORMAT = ROOTFS_URL_FORMAT|default("tar") %}
{% set ROOTFS_URL_COMP = ROOTFS_URL_COMP|default("xz") %}

{% set EXTRA_KERNEL_ARGS = ' earlycon ' + EXTRA_KERNEL_ARGS|default("") %}
{% block context %}
{{ super() }}
booti_dtb_addr: "0x86000000"
Expand Down

0 comments on commit 0639ce2

Please sign in to comment.