board/freescale/common/imx: use generic ddr_fw.bin name
authorStephane Viau <stephane.viau@oss.nxp.com>
Wed, 27 May 2020 05:07:46 +0000 (07:07 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 29 May 2020 21:38:22 +0000 (23:38 +0200)
commit798853245b24825cd523ee5c43e3323ed42e687c
tree64415e5761b3365629d8115f066e01aa65a2021e
parentd981a3227e4341c9c4639f070e8aae46e40c91bd
board/freescale/common/imx: use generic ddr_fw.bin name

For some SoCs (i.e.: i.MX8M Nano for now), the DDR training firmware
in the boot image depends on the type of memory installed on a board
(LPDDR4, DDR4, etc...). The previous patch makes this firmware name
agnostic of the DDR type and uses ddr_fw.bin as a generic name. This
patch makes imx8-bootloader-prepare.sh use this generic name,
independently of the kind board DDR type.

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
Reviewed-by: Maeva Manuel <maeva.manuel@oss.nxp.com>
Reviewed-by: Julien Olivain <julien.olivain@oss.nxp.com>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/freescale/common/imx/imx8-bootloader-prepare.sh