
On Fri, 22 Oct 2021 at 15:49, Marcel Ziswiler marcel@ziswiler.com wrote:
From: Adam Ford aford173@gmail.com
To eliminate a warning when using custom imx tools for generating a binary, use binman to generate flash.bin.
Signed-off-by: Adam Ford aford173@gmail.com Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com
Note that this re-base is only compile tested.
Changes in v2:
- Re-based on top of imx/master.
arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi | 122 ++++++++++++++++++++ arch/arm/mach-imx/imx8m/Kconfig | 1 + board/beacon/imx8mm/Kconfig | 2 +- board/beacon/imx8mm/README | 6 +- board/beacon/imx8mm/imximage-8mm-lpddr4.cfg | 9 ++ configs/imx8mm_beacon_defconfig | 2 +- 6 files changed, 137 insertions(+), 5 deletions(-) create mode 100644 board/beacon/imx8mm/imximage-8mm-lpddr4.cfg
Reviewed-by: Simon Glass sjg@chromium.org