aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/tests/device-types/rcar-gen3-common.jinja2
blob: 0c5da436e62444bbb19c9ec22ec523cbe0e806d6 (plain)
1
2
3
4
5
6
7
8
# Common Renesas R-Car gen3 configuration
{% extends 'base-uboot.jinja2' %}

{% set console_device = console_device|default('ttySC0') %}
{% set booti_kernel_addr = '0x48080000' %}
{% set booti_ramdisk_addr = '0x4a000000' %}
{% set booti_dtb_addr = '0x48000000' %}
{% set uboot_mkimage_arch = 'arm64' %}