Commit 4eb0227a2a9d1e1dfb2a72de08ce9f4d0750571e

Authored by Eric Lee
1 parent 73cedc8eb2

Fix U-boot console port switching problem

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

make_smarc_mx8m_debian.sh
... ... @@ -53,7 +53,7 @@
53 53 readonly G_UBOOT_SRC_DIR="${DEF_SRC_DIR}/uboot"
54 54 readonly G_UBOOT_GIT="git@git.embedian.com:developer/smarc-t335x-uboot.git"
55 55 readonly G_UBOOT_BRANCH="smarc-imx_v2018.03_4.14.78_1.0.0_ga"
56   -readonly G_UBOOT_REV="9cbb3c2db578ba80787fe9b967ea1bdb59989d83"
  56 +readonly G_UBOOT_REV="2da97eda457ceb70d01065a8f7417a657557f8c0"
57 57 readonly G_UBOOT_DEF_CONFIG='smarcimx8mq_2g_ser3_defconfig'
58 58 readonly G_UBOOT_NAME='imx-boot-sd.bin'
59 59