diff options
| author | Mathieu Othacehe <[email protected]> | 2024-01-04 16:30:09 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-01-08 14:37:55 -0300 |
| commit | bfbef0e8e75730ffd93337145b86fe0324bde264 (patch) | |
| tree | 4fba77551ea736c5fc15583053a0c16d01aa8184 /arch | |
| parent | f637dfe8c468229c9fb313d13c46d51cdbb88824 (diff) | |
imx9: imx93_evk: Add binman support.
Signed-off-by: Mathieu Othacehe <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx93-11x11-evk-u-boot.dtsi | 2 | ||||
| -rw-r--r-- | arch/arm/mach-imx/imx9/Kconfig | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi b/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi index 4ecb53ed8be..a99ba99bfb4 100644 --- a/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi +++ b/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi @@ -3,6 +3,8 @@ * Copyright 2022 NXP */ +#include "imx93-u-boot.dtsi" + / { wdt-reboot { compatible = "wdt-reboot"; diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig index c51f80f311a..7ba38355398 100644 --- a/arch/arm/mach-imx/imx9/Kconfig +++ b/arch/arm/mach-imx/imx9/Kconfig @@ -29,6 +29,7 @@ choice config TARGET_IMX93_11X11_EVK bool "imx93_11x11_evk" + select BINMAN select IMX93 endchoice |
