Skip to content

Commit

Permalink
projects: lkft: devices: rockpi4: update booti_dtb_addr
Browse files Browse the repository at this point in the history
The dtb_addr overwrite the kernel, due to that the kernel has grown to
big and overlaps with the dtb.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed May 16, 2024
1 parent ff94201 commit 7614cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lava_test_plans/projects/lkft/devices/rk3399-rock-pi-4b
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
{% set EXTRA_KERNEL_ARGS = ' earlycon ' + EXTRA_KERNEL_ARGS|default("") %}
{% block context %}
{{ super() }}
booti_dtb_addr: "0x86000000"
extra_nfsroot_args: ',vers=3'
{% endblock context %}

0 comments on commit 7614cac

Please sign in to comment.