diff options
author | 2021-03-19 16:24:01 -0300 | |
---|---|---|
committer | 2021-03-24 11:18:34 -0300 | |
commit | 5ff1c4c83fdc6254435c19de29ff62ff080293a7 (patch) | |
tree | c82b463c3c4839ccdce89680a5ef2e94b34952e6 | |
parent | 3284a5a01820f01ac4dac585d51c18eaeb064fb7 (diff) | |
download | meta-freescale-5ff1c4c83fdc6254435c19de29ff62ff080293a7.tar.gz meta-freescale-5ff1c4c83fdc6254435c19de29ff62ff080293a7.tar.bz2 meta-freescale-5ff1c4c83fdc6254435c19de29ff62ff080293a7.zip |
imx6qdlsabresd: Rework u-boot-imx defconfig as distro agnostic
We now bind the defconfig to the 'u-boot-imx' package.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index 406ad7d7..baf2192b 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf @@ -49,9 +49,9 @@ UBOOT_SUFFIX = "img" SPL_BINARY = "SPL" WKS_FILE = "imx-uboot-spl-bootpart.wks.in" -# The fsl distro uses u-boot-imx which does not provide unified functionality -# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant. -UBOOT_MACHINE_fsl = "mx6qsabresd_defconfig" +# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC +# variants. Change the defconfig to the targeted SoC variant. +UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabresd_defconfig" SERIAL_CONSOLES = "115200;ttymxc0" |