diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-02-16 10:17:01 -0600 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2019-02-18 10:59:56 -0600 |
| commit | e5cd33c9b393ce3f434c8cf0d0bfa65357a1a249 (patch) | |
| tree | 105eda57233c2441e6e77f5bd7d2034255e30b41 /conf/machine/imx6qdlsabresd.conf | |
| parent | f9721b1f54fbedb76dd0c22054c3c7247e39be71 (diff) | |
| download | meta-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/imx6qdlsabresd.conf')
| -rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index ff1a3c76d..18071f0ce 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf | |||
| @@ -33,6 +33,8 @@ KERNEL_DEVICETREE_use-mainline-bsp = " \ | |||
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | UBOOT_MACHINE ?= "mx6sabresd_defconfig" | 35 | UBOOT_MACHINE ?= "mx6sabresd_defconfig" |
| 36 | |||
| 37 | # Use fslc u-boot by default. See also imx-base.inc. | ||
| 36 | UBOOT_MAKE_TARGET = "all" | 38 | UBOOT_MAKE_TARGET = "all" |
| 37 | UBOOT_SUFFIX = "img" | 39 | UBOOT_SUFFIX = "img" |
| 38 | SPL_BINARY = "SPL" | 40 | SPL_BINARY = "SPL" |
