diff options
| author | Luan Rafael Carneiro <luan.rafael@ossystems.com.br> | 2024-04-12 16:09:44 -0300 |
|---|---|---|
| committer | Luan Rafael Carneiro <luan.rafael@ossystems.com.br> | 2024-04-12 17:00:59 -0300 |
| commit | 14c284eb5361bd5e7526061ec03a109e2698d08a (patch) | |
| tree | 9ccb9c70f2ea5bb070ff9d94d41710700a9c5343 /conf/machine/imx6sxsabresd.conf | |
| parent | eb50eb9f7c78ae1f82e7101d9f35af07a9ae802e (diff) | |
| download | meta-freescale-14c284eb5361bd5e7526061ec03a109e2698d08a.tar.gz | |
linux-fslc-imx: Update from v6.1 to v6.6
Update linux-fslc-imx from version 6.1 to 6.6. This commit also
changes 32-bit imx based machines to add device tree subdirectory.
The changed machines are:
- conf/machine/imx6qdlsabreauto.conf
- conf/machine/imx6qdlsabresd.conf
- conf/machine/imx6slevk.conf
- conf/machine/imx6sllevk.conf
- conf/machine/imx6sxsabreauto.conf
- conf/machine/imx6sxsabresd.conf
- conf/machine/imx6ulevk.conf
- conf/machine/imx6ullevk.conf
- conf/machine/imx6ulz-14x14-evk.conf
- conf/machine/imx7dsabresd.conf
- conf/machine/imx7ulpevk.conf
Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6sxsabresd.conf')
| -rw-r--r-- | conf/machine/imx6sxsabresd.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf index 56e2ac9d9..8d597c551 100644 --- a/conf/machine/imx6sxsabresd.conf +++ b/conf/machine/imx6sxsabresd.conf | |||
| @@ -10,19 +10,19 @@ require conf/machine/include/imx-base.inc | |||
| 10 | require conf/machine/include/arm/armv7a/tune-cortexa9.inc | 10 | require conf/machine/include/arm/armv7a/tune-cortexa9.inc |
| 11 | 11 | ||
| 12 | KERNEL_DEVICETREE = " \ | 12 | KERNEL_DEVICETREE = " \ |
| 13 | imx6sx-sdb.dtb \ | 13 | nxp/imx/imx6sx-sdb.dtb \ |
| 14 | imx6sx-sdb-reva.dtb \ | 14 | nxp/imx/imx6sx-sdb-reva.dtb \ |
| 15 | imx6sx-sdb-sai.dtb \ | 15 | nxp/imx/imx6sx-sdb-sai.dtb \ |
| 16 | " | 16 | " |
| 17 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ | 17 | KERNEL_DEVICETREE:append:use-nxp-bsp = " \ |
| 18 | imx6sx-sdb-btwifi.dtb \ | 18 | nxp/imx/imx6sx-sdb-btwifi.dtb \ |
| 19 | imx6sx-sdb-emmc.dtb \ | 19 | nxp/imx/imx6sx-sdb-emmc.dtb \ |
| 20 | imx6sx-sdb-lcdif1.dtb \ | 20 | nxp/imx/imx6sx-sdb-lcdif1.dtb \ |
| 21 | imx6sx-sdb-ldo.dtb \ | 21 | nxp/imx/imx6sx-sdb-ldo.dtb \ |
| 22 | imx6sx-sdb-m4.dtb \ | 22 | nxp/imx/imx6sx-sdb-m4.dtb \ |
| 23 | imx6sx-sdb-mqs.dtb \ | 23 | nxp/imx/imx6sx-sdb-mqs.dtb \ |
| 24 | imx6sx-sdb-pcie-ep.dtb \ | 24 | nxp/imx/imx6sx-sdb-pcie-ep.dtb \ |
| 25 | imx6sx-sdb-reva-ldo.dtb \ | 25 | nxp/imx/imx6sx-sdb-reva-ldo.dtb \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | UBOOT_MAKE_TARGET = "u-boot.imx" | 28 | UBOOT_MAKE_TARGET = "u-boot.imx" |
