summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qdlsabreauto.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx6qdlsabreauto.conf')
-rw-r--r--conf/machine/imx6qdlsabreauto.conf20
1 files changed, 14 insertions, 6 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index d4d0979b..b7aec8c2 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -32,17 +32,25 @@ KERNEL_DEVICETREE_use-mainline-bsp = " \
32 imx6dl-sabreauto.dtb \ 32 imx6dl-sabreauto.dtb \
33" 33"
34 34
35UBOOT_MACHINE ?= "mx6sabreauto_defconfig" 35### u-boot-fslc settings ###
36 36
37# Use fslc u-boot by default. See also imx-base.inc. 37SPL_BINARY_pn-u-boot-fslc = "SPL"
38UBOOT_MAKE_TARGET = "all" 38UBOOT_MACHINE_pn-u-boot-fslc ?= "mx6sabreauto_defconfig"
39UBOOT_SUFFIX = "img" 39UBOOT_SUFFIX_pn-u-boot-fslc = "img"
40SPL_BINARY = "SPL" 40
41WKS_FILE = "imx-uboot-spl-bootpart.wks.in" 41### u-boot-imx settings ###
42 42
43# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC 43# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
44# variants. Change the defconfig to the targeted SoC variant. 44# variants. Change the defconfig to the targeted SoC variant.
45SPL_BINARY_pn-u-boot-imx = ""
45UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabreauto_defconfig" 46UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabreauto_defconfig"
47UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx"
48UBOOT_SUFFIX_pn-u-boot-imx = "imx"
49
50WKS_FILE = " \
51 ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \
52 'u-boot-fslc', 'imx-uboot-spl-bootpart.wks.in', \
53 'imx-uboot-bootpart.wks.in', d)}"
46 54
47SERIAL_CONSOLES = "115200;ttymxc3" 55SERIAL_CONSOLES = "115200;ttymxc3"
48 56