Commit 73cedc8eb2b077ad8e7c02f726cedac0242e6e35

Authored by Eric Lee
1 parent 7e930e00ff

Fix wdog Linux kernel device tree node description

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

make_smarc_mx8m_debian.sh
... ... @@ -45,7 +45,7 @@
45 45 readonly G_LINUX_KERNEL_SRC_DIR="${DEF_SRC_DIR}/kernel"
46 46 readonly G_LINUX_KERNEL_GIT="git@git.embedian.com:developer/smarc-fsl-linux-kernel.git"
47 47 readonly G_LINUX_KERNEL_BRANCH="smarc_8m_imx_4.14.78_1.0.0_ga"
48   -readonly G_LINUX_KERNEL_REV="9b4882b1590910824c3019f0d479c697f51aabcc"
  48 +readonly G_LINUX_KERNEL_REV="4544004fd5f97dece58e27f3ade5c7f47feaea23"
49 49 readonly G_LINUX_KERNEL_DEF_CONFIG='smarcimx8m_defconfig'
50 50 readonly G_LINUX_DTB='embedian/fsl-smarcimx8mq.dtb embedian/fsl-smarcimx8mq-dcss-lvds.dtb embedian/fsl-smarcimx8mq-hdmi.dtb embedian/fsl-smarcimx8mq-lcdif-lvds.dtb embedian/fsl-smarcimx8mq-dual-display.dtb embedian/fsl-smarcimx8mq-dp.dtb embedian/fsl-smarcimx8mq-edp.dtb'
51 51