diff options
| author | Peng Fan <[email protected]> | 2021-10-22 10:42:18 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-07 15:42:41 -0500 |
| commit | ddc890bc7e41ccca32f89a5b47eed70a2319d476 (patch) | |
| tree | 2cc9fc82e976d32d2ecd2369ab207038f84d0506 /arch | |
| parent | f7f70ea216068a5dbc6e646a0ff1aa3215bb6f0f (diff) | |
imx: pico-imx8mq: switch to use binman
Switch to use binman to pack images
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Patrick Wildt <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx8mq-pico-pi.dts | 1 | ||||
| -rw-r--r-- | arch/arm/mach-imx/imx8m/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-pico-pi.dts b/arch/arm/dts/imx8mq-pico-pi.dts index d2af18ad0e1..8ed6e9166b9 100644 --- a/arch/arm/dts/imx8mq-pico-pi.dts +++ b/arch/arm/dts/imx8mq-pico-pi.dts @@ -9,6 +9,7 @@ /dts-v1/; #include "imx8mq.dtsi" +#include "imx8mq-u-boot.dtsi" / { model = "TechNexion PICO-PI-8M"; diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 54e62e7f84b..d630a73f13b 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -107,6 +107,7 @@ config TARGET_IMX8MP_EVK config TARGET_PICO_IMX8MQ bool "Support Technexion Pico iMX8MQ" + select BINMAN select IMX8MQ select IMX8M_LPDDR4 |
