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 /board/phytec | |
| 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 'board/phytec')
| -rw-r--r-- | board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg b/board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg new file mode 100644 index 00000000000..b2920b4908e --- /dev/null +++ b/board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2021 NXP + */ + +#define __ASSEMBLY__ + +ROM_VERSION v2 +BOOT_FROM sd +LOADER mkimage.flash.mkimage 0x920000 |
