diff options
| author | Fabio Estevam <[email protected]> | 2024-01-08 18:11:39 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-01-12 13:09:56 -0300 |
| commit | dffbf451107cddcb9e27cf031d5f62102a5a9964 (patch) | |
| tree | d8c95414e9f159b8550564c4adc03e6970a0af6d | |
| parent | c5dc44f816534e9bcf11d630683e171f2de09e2e (diff) | |
imx9: Select BINMAN at SoC level
All i.MX93 targets rely on using binman to generate the U-Boot
binary.
Select it at the SoC level instead of per board.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/imx9/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig index 76c4129d79e..961d6f527ab 100644 --- a/arch/arm/mach-imx/imx9/Kconfig +++ b/arch/arm/mach-imx/imx9/Kconfig @@ -12,6 +12,7 @@ config IMX9_LOW_DRIVE_MODE config IMX9 bool + select BINMAN select HAS_CAAM select ROM_UNIFIED_SECTIONS @@ -29,12 +30,10 @@ choice config TARGET_IMX93_11X11_EVK bool "imx93_11x11_evk" - select BINMAN select IMX93 config TARGET_IMX93_VAR_SOM bool "imx93_var_som" - select BINMAN select IMX93 select IMX9_LPDDR4X |
