diff options
| author | Teresa Remmet <[email protected]> | 2021-07-07 12:58:04 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-07-10 16:53:34 +0200 |
| commit | bbf04b28d2f45114cceadacb0bc53ab20406683a (patch) | |
| tree | 91bd7ece87e2f856865da00301bd37553760d493 /arch | |
| parent | f11e3dafb33f95719885f2825d36e4d38e270d62 (diff) | |
board: phytec: imx8mp-phycore: Switch to binman
Use now binman for image creation.
Signed-off-by: Teresa Remmet <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/imx8m/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 0669363c0f5..ccaf106be5d 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -127,6 +127,7 @@ config TARGET_PHYCORE_IMX8MM config TARGET_PHYCORE_IMX8MP bool "PHYTEC PHYCORE i.MX8MP" + select BINMAN select IMX8MP select SUPPORT_SPL select IMX8M_LPDDR4 |
