summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/include/soc-zynq.inc
blob: 587a0d5a1d779c3833e77b38bee3ec069fc1c5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEFAULTTUNE ?= "cortexa9thf-neon"
SOC_FAMILY ?= "zynq"

require conf/machine/include/soc-family.inc
require soc-tune-include.inc

# Linux Configuration
KERNEL_IMAGETYPE ?= "uImage"
KERNEL_IMAGETYPES += "zImage"

UBOOT_ELF ?= "u-boot.elf"