summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/conf/machine/include/r8a7794.inc
blob: 1213953da8e9ced63d01f9439f339e5d76774860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOC_FAMILY = "rcar-gen2:r8a7794"
require conf/machine/include/soc-family.inc
DEFAULTTUNE ?= "cortexa7hf-neon"
require conf/machine/include/tune-cortexa7.inc

PREFERRED_PROVIDER_virtual/kernel ?= "linux-renesas"
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers"
PREFERRED_PROVIDER_nativesdk-linux-libc-headers ?= "nativesdk-linux-libc-headers"
PREFERRED_PROVIDER_u-boot ?= "u-boot"

KERNEL_IMAGETYPE ?= "uImage"
EXTRA_IMAGEDEPENDS += "u-boot"