aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/tests/device-types/exynos5420-common.jinja2
blob: 4b617653135611a034855ffa8e645edba0640e44 (plain)
1
2
3
4
5
6
7
# Common parameters for Exynos 5420 based devices which have an odd ram based
# address compared to others in the Exynos 4 and 5 families
{% extends 'exynos4-5-common.jinja2' %}

{% set bootm_kernel_addr = '0x22000000' %}
{% set bootm_ramdisk_addr = '0x23300000' %}
{% set bootm_dtb_addr = '0x23000000' %}