From 4eb0227a2a9d1e1dfb2a72de08ce9f4d0750571e Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 4 Jun 2019 16:10:45 +0800 Subject: [PATCH] Fix U-boot console port switching problem --- make_smarc_mx8m_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_smarc_mx8m_debian.sh b/make_smarc_mx8m_debian.sh index 44a9ca3..4b70946 100755 --- a/make_smarc_mx8m_debian.sh +++ b/make_smarc_mx8m_debian.sh @@ -53,7 +53,7 @@ readonly G_LINUX_DTB='embedian/fsl-smarcimx8mq.dtb embedian/fsl-smarcimx8mq-dcss readonly G_UBOOT_SRC_DIR="${DEF_SRC_DIR}/uboot" readonly G_UBOOT_GIT="git@git.embedian.com:developer/smarc-t335x-uboot.git" readonly G_UBOOT_BRANCH="smarc-imx_v2018.03_4.14.78_1.0.0_ga" -readonly G_UBOOT_REV="9cbb3c2db578ba80787fe9b967ea1bdb59989d83" +readonly G_UBOOT_REV="2da97eda457ceb70d01065a8f7417a657557f8c0" readonly G_UBOOT_DEF_CONFIG='smarcimx8mq_2g_ser3_defconfig' readonly G_UBOOT_NAME='imx-boot-sd.bin' -- 1.9.1