imx7d-pico: Update Linux kernel device tree name

The 4.17 kernel includes the split of imx7d-pico (the SoM) and
imx7d-pico-pi (the SoM + baseboard) split, thus we need to update it
here as well.

Change-Id: Ie9e6aed357af055d906073284d1faba02f84d8e5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2018-06-07 11:08:03 -03:00
parent 314291fb10
commit 38f1a0f91c

View File

@ -11,7 +11,7 @@ require conf/machine/include/tune-cortexa7.inc
SERIAL_CONSOLE = "115200 ttymxc4" SERIAL_CONSOLE = "115200 ttymxc4"
KERNEL_DEVICETREE = "imx7d-pico.dtb" KERNEL_DEVICETREE = "imx7d-pico-pi.dtb"
UBOOT_MACHINE = "pico-imx7d_defconfig" UBOOT_MACHINE = "pico-imx7d_defconfig"