Commit bfb60fd845fb2e52b97ad76107ccb9eb30d6e3e7
1 parent
f0cbd401f1
Exists in
debian_stretch_mx8m_smarc01
Add some features in kernel defconfig file
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="98e329e555ac79a882cde087ac06487058c15b62" | |
| 48 | +readonly G_LINUX_KERNEL_REV="2e4920fa8a1516f1e40af656ec404de109f87401" | |
| 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 |