Commit c553a59d965cc02d8308e3501cf508c8f55ed5c4

Authored by Eric Lee
1 parent 2c1f50da65

Fix U-Boot Ethernet PHY Address

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

recipes-bsp/u-boot/u-boot-smarcimx8m_2018.03.bb
... ... @@ -14,7 +14,7 @@
14 14 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
15 15 SRCBRANCH = "smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga"
16 16 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
17   -SRCREV = "cb67adbef58c4cdd926a330bd70e9994a4c70017"
  17 +SRCREV = "53644801c560db5f7f98e7ef9a0c7a6ad559375f"
18 18  
19 19 S = "${WORKDIR}/git"
20 20