diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2021-10-06 11:56:54 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-10-20 15:10:13 +0200 |
commit | 463a01c7e4cd88d95a6cb8b5ae92ae2b19a8dda7 (patch) | |
tree | fcdfe14047ca2e5c4b166d0f684c839d8518bd36 /board/phytec | |
parent | 454ea0e2c60e06acfe949bc4bc1143040c8d467b (diff) | |
download | u-boot-463a01c7e4cd88d95a6cb8b5ae92ae2b19a8dda7.tar.gz |
board: phytec: imx8mm-phycore: Switch to binman
Use binman for image creation.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'board/phytec')
-rw-r--r-- | board/phytec/phycore_imx8mm/Kconfig | 2 | ||||
-rw-r--r-- | board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/board/phytec/phycore_imx8mm/Kconfig b/board/phytec/phycore_imx8mm/Kconfig index 9868e984875..25e4bf2f836 100644 --- a/board/phytec/phycore_imx8mm/Kconfig +++ b/board/phytec/phycore_imx8mm/Kconfig @@ -10,6 +10,6 @@ config SYS_CONFIG_NAME default "phycore_imx8mm" config IMX_CONFIG - default "arch/arm/mach-imx/imx8m/imximage-8mm-lpddr4.cfg" + default "board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg" endif diff --git a/board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg b/board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg new file mode 100644 index 00000000000..ea74fb7e590 --- /dev/null +++ b/board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2021 Phytec Messtechnik GmbH + */ + +#define __ASSEMBLY__ + +BOOT_FROM sd +LOADER u-boot-spl-ddr.bin 0x7E1000 |