Commit a0acd2e7a38c5be0694b62fa70d3813a0508b648

Authored by Eric Lee
1 parent adfdcf0274

Fix Boot_SEL detection problem

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

embedian/smarcimx8mm/smarcimx8mm.sh
... ... @@ -4,7 +4,7 @@
4 4 readonly G_UBOOT_SRC_DIR="${DEF_SRC_DIR}/uboot"
5 5 readonly G_UBOOT_GIT="git@git.embedian.com:developer/smarc-t335x-uboot.git"
6 6 readonly G_UBOOT_BRANCH="smarc_8mm-imx_v2019.04_4.19.35_1.1.0"
7   -readonly G_UBOOT_REV="731c0fd70c338cf30512557588398efc6362f560"
  7 +readonly G_UBOOT_REV="a6e101eba63262e540cb1bf6566f9bb223166308"
8 8 if [ "${MACHINE}" = "smarcimx8mm2g" ]; then
9 9 G_UBOOT_DEF_CONFIG_MMC="smarcimx8mm_2g_ser3_defconfig"
10 10 elif [ "${MACHINE}" = "smarcimx8mm4g" ]; then