On Tue, Jul 26, 2022 at 04:13:28PM +0200, Stefano Babic wrote: > Hi Tom, > > my first PR for 2022.10. > > > he following changes since commit 538f6643b07586301a115d7aae304f916ba71004: > > Merge commit '90ba25b7cb78bd85c6af0b6429226c6616dedefa' of > https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-07-24 > 07:46:55 -0400) > > are available in the Git repository at: > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > tags/u-boot-imx-20220726 > > for you to fetch changes up to e29303993bad6c94954da7d5cd92b1d36cf2c80b: > > imx: imx8mm-icore: migrate to use BINMAN (2022-07-26 11:29:02 +0200) > So, funny issue here now. With: commit d0399a46e7cda63c07e3eb8558bef84cfb068028 Author: Marcel Ziswiler Date: Thu Jul 21 15:27:26 2022 +0200 imx6dl/imx6qdl: synchronise device trees with linux Synchronise device trees with linux-next next-20220708. Signed-off-by: Marcel Ziswiler This breaks ethernet on my mx6cuboxi board, which in reality is an MX6 Hummingboard. I think this means that we need some further tweak in the board.c file, given the past history I recall of "oops, ethernet broke again" here. Since I don't want to block everything else and after re-reading that commit, I don't think this is some systemic breakage but more likely board specific, I have applied the PR. I am hopeful that we can resolve this issue fairly quickly. -- Tom