diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-02-23 07:30:24 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2021-02-23 07:30:24 +0000 |
commit | 5c8af9e3ac2d29b86a04dfb93195c0d9c86d1fdb (patch) | |
tree | bacfe694d338822a70a8c754971bb9f960ca6fbf | |
parent | 58764408115257dd1b3cdd6c154bdd5f4bad3930 (diff) |
Add r8a7795-agl-refhw
-rw-r--r-- | lava-master/device-types/r8a7795-agl-refhw.jinja2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lava-master/device-types/r8a7795-agl-refhw.jinja2 b/lava-master/device-types/r8a7795-agl-refhw.jinja2 new file mode 100644 index 0000000..1e7e363 --- /dev/null +++ b/lava-master/device-types/r8a7795-agl-refhw.jinja2 @@ -0,0 +1,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' %} |