Merge tag 'u-boot-imx-master-20240108' of https://gitlab.denx.de/u-boot/custodians...
authorTom Rini <trini@konsulko.com>
Mon, 8 Jan 2024 18:39:00 +0000 (13:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 8 Jan 2024 18:39:43 +0000 (13:39 -0500)
- Removed fdt_addr from verdin-imx8mm to fix booting via bootefi.
- Support Ethernet PHY autodection on Data Modul i.MX8M Mini/Plus eDM
  SBC
- Add i.MX93 binman support
- Add support for imx93-var-som

1  2 
arch/arm/mach-imx/imx9/Kconfig

@@@ -29,8 -29,15 +29,15 @@@ choic
  
  config TARGET_IMX93_11X11_EVK
        bool "imx93_11x11_evk"
 -        select BINMAN
++      select BINMAN
        select IMX93
  
 -        select BINMAN
+ config TARGET_IMX93_VAR_SOM
+       bool "imx93_var_som"
++      select BINMAN
+       select IMX93
+       select IMX9_LPDDR4X
  endchoice
  
  source "board/freescale/imx93_evk/Kconfig"