[PATCH 2/2] imx8mm: imx8mm_evk: fix BOOTSTD boot
    Fabio Estevam 
    festevam at gmail.com
       
    Thu Feb 27 03:23:16 CET 2025
    
    
  
On Wed, Feb 26, 2025 at 11:09 PM Tom Rini <trini at konsulko.com> wrote:
> Yes, it's not that extlinux.conf is doing it, it's part of bootstd?
> Sounds like it should be implied as part of BOOTSTD_something rather
> than per-board.
What about this?
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -564,7 +564,7 @@ config BOOTMETH_CROS
 config BOOTMETH_EXTLINUX
        bool "Bootdev support for extlinux boot"
-       select PXE_UTILS
+       select CMD_SYSBOOT
        default y
        help
          Enables support for extlinux boot using bootdevs. This makes the
    
    
More information about the U-Boot
mailing list