aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ls-base.inc
blob: 752a34197442815a4da2e4a20e353b6d95dba2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require conf/machine/include/soc-family.inc

# Freescale BSP default providers
PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1"
PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1"
PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"

# Define the default image type
IMAGE_CLASSES ?= "image_types_uboot"
KERNEL_IMAGETYPE ?= "uImage"

UBOOT_ENTRYPOINT_ls102xa = "0x80008000"

MACHINE_FEATURES = "pci ext2 ext3 serial"
MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf"

DEFAULTTUNE_ls102xa = "cortexa7hf-neon"