]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx9: Select OF_LIVE
authorPeng Fan <peng.fan@nxp.com>
Tue, 9 Jun 2026 08:36:30 +0000 (16:36 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 26 Jun 2026 20:07:57 +0000 (17:07 -0300)
Enable the live DT to reduce the DT parsing time.
Test data on i.MX95-EVK:

Before:
Accumulated time:
                26,205  dm_spl
               483,991  dm_f
                22,977  dm_r
After:
Accumulated time:
                26,229  dm_spl
               484,772  dm_f
                 2,667  of_live
                 1,003  dm_r

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx9/Kconfig

index 0a7a4360eafe92cd6e0cbb002124e62a6fd4db12..ee22e411cd6616cd2a029ed859df455a01f744a8 100644 (file)
@@ -14,6 +14,7 @@ config IMX9
        select HAS_CAAM
        select ROM_UNIFIED_SECTIONS
        imply IMX_TMU
+       imply OF_LIVE
 
 config IMX93
        bool