Commit 3ace30df authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

changing DEFAULTTUNE to match one in the Xilinx's layer helped with Kernel...

changing DEFAULTTUNE to match one in the Xilinx's layer helped with Kernel Oops - it set -mfloat-abi from 'softfp' to 'hard'
parent 577722b8
......@@ -10,6 +10,7 @@ require include/machine-xilinx-default.inc
PREFERRED_VERSION_ezynq-u-boot = "v2019.07%"
PREFERRED_VERSION_linux-xlnx = "4.%"
PREFERRED_VERSION_php = "5.%"
#PREFERRED_VERSION_php = "7.%"
# Machine definition known by ezynq and xilinx u-boot
UBOOT_MACHINE = "elphel393_config"
......
DEFAULTTUNE ?= "cortexa9-neon"
DEFAULTTUNE ?= "cortexa9thf-neon"
SOC_FAMILY ?= "zynq"
# Available SOC_VARIANT's for zynq:
# 7zs - Zynq-7000 Single A9 Core
# 7z - Zynq-7000 Dual A9 Core
SOC_VARIANT ?= "7z"
require conf/machine/include/tune-cortexa9.inc
require conf/machine/include/soc-family.inc
# Linux Configuration
KERNEL_IMAGETYPE ?= "uImage"
KERNEL_IMAGETYPES += "zImage"
# Set default load address.
# Override with KERNEL_EXTRA_ARGS_<board> += "..." in machine file if required
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment