Commit c8eda89b06e6626c0bda4feea6ef7905e0fb49d3

Authored by Eric Lee
1 parent c881f137ca

Make changes to hardware revsidon 00B0: replace Ethernet PHY by RTL8211FD-CG and…

… add 2GB LPDDR4 memory support

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarcimx8mp_2020.04.bb
... ... @@ -17,7 +17,7 @@
17 17 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
18 18 SRCBRANCH = "smarc_8mp_lf_v2020.04"
19 19 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
20   -SRCREV = "7beba4bebec05d10bfe314e6a47e34d42296a100"
  20 +SRCREV = "f5272c4cd82af6435c4e6ab2905552f41e0648bd"
21 21  
22 22 S = "${WORKDIR}/git"
23 23  
recipes-kernel/linux/linux-smarcimx8mp_5.10.bb
... ... @@ -18,7 +18,7 @@
18 18  
19 19 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
20 20 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
21   -SRCREV = "2471bf6c1fd105e00eff834b88a5b43643187fdb"
  21 +SRCREV = "09cdb36a921fb01a3187ceb00fe9bbc179e469ed"
22 22  
23 23 LINUX_VERSION = "5.10.9"
24 24