blob: 1e7e363dcda3f9044c794a30570c5fbdfed7ec32 (
plain)
1
2
3
4
5
6
7
8
|
{% 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' %}
|