diff options
author | Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp> | 2017-10-05 13:21:03 +0900 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-05 15:32:48 -0300 |
commit | 776afcc34fe430e5818dec533f04cdb2828a5e3d (patch) | |
tree | a59e73abd9bba397f9e413138480754a54b154a5 /conf/machine/imx6slevk.conf | |
parent | 9a6ba3c67baa0ed4f9c78ab24c141035e34afe6c (diff) | |
download | meta-freescale-776afcc34fe430e5818dec533f04cdb2828a5e3d.tar.gz |
machines: fix dtb build failure when use-mainline-bsp is used
When the use-mainline-bsp is used, dtb files listed in KERNEL_DEVICETREE
are different from ones to be build, so the build fails. This patch fixes
it by adding KERNEL_DEVICETREE_use_mainline_bsp.
Signed-off-by: Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6slevk.conf')
-rw-r--r-- | conf/machine/imx6slevk.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index 52b4000e..ffcbaaa7 100644 --- a/conf/machine/imx6slevk.conf +++ b/conf/machine/imx6slevk.conf | |||
@@ -11,6 +11,7 @@ include conf/machine/include/tune-cortexa9.inc | |||
11 | 11 | ||
12 | KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \ | 12 | KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \ |
13 | imx6sl-evk-uart.dtb imx6sl-evk-btwifi.dtb" | 13 | imx6sl-evk-uart.dtb imx6sl-evk-btwifi.dtb" |
14 | KERNEL_DEVICETREE_use-mainline-bsp = "imx6sl-evk.dtb" | ||
14 | 15 | ||
15 | UBOOT_CONFIG ??= "sd" | 16 | UBOOT_CONFIG ??= "sd" |
16 | UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" | 17 | UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" |