summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-02-16 10:17:01 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2019-02-18 10:59:56 -0600
commite5cd33c9b393ce3f434c8cf0d0bfa65357a1a249 (patch)
tree105eda57233c2441e6e77f5bd7d2034255e30b41 /conf/machine/include/imx-base.inc
parentf9721b1f54fbedb76dd0c22054c3c7247e39be71 (diff)
downloadmeta-freescale-e5cd33c9b393ce3f434c8cf0d0bfa65357a1a249.tar.gz
u-boot.imx: Add u-boot configuration for fsl
The fsl distro was broken for the following machine files because they set u-boot configuration to fslc configuration: - imx6qdlsabreauto - imx6qdlsabresd - imx6ulevk Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 84f453be..b95bee9e 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -310,6 +310,14 @@ SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in"
310 310
311WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 311WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
312 312
313# Certain machines override the default fsl u-boot with the
314# fslc u-boot. To restore the fsl u-boot, add use-fsl-bsp like this:
315# MACHINEOVERRIDES_prepend_imx6ulevk = "use-fsl-bsp:"
316UBOOT_MAKE_TARGET_use-fsl-bsp = "u-boot.imx"
317UBOOT_SUFFIX_use-fsl-bsp = "imx"
318SPL_BINARY_use-fsl-bsp = ""
319WKS_FILE_use-fsl-bsp = "imx-uboot-bootpart.wks"
320
313SERIAL_CONSOLES = "115200;ttymxc0" 321SERIAL_CONSOLES = "115200;ttymxc0"
314SERIAL_CONSOLES_mxs = "115200;ttyAMA0" 322SERIAL_CONSOLES_mxs = "115200;ttyAMA0"
315 323