configs: fsl: add missing SYS_FMAN_FW_ADDR defines
authorCamelia Groza <camelia.groza@nxp.com>
Thu, 2 Jun 2022 13:47:09 +0000 (16:47 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 14:20:09 +0000 (10:20 -0400)
commit380e32b17160e7ae61450754a424124f295f2c3d
tree95706c0b517d05fb2e6903309d75c7f8011f2ca9
parent660d74278f01f97cf9645c62e2615d82f81535be
configs: fsl: add missing SYS_FMAN_FW_ADDR defines

Two defconfigs were missed when transitioning the SYS_FMAN_FW_ADDR
symbol to Kconfig. CONFIG_SYS_FMAN_FW_ADDR is currently initialized to
0 by default on these builds, which prevents the firmware from loading.

Add the correct symbols to these defconfigs.

Fixes: a97a071d10d2b ("configs: fsl: migrate FMAN/QE specific defines to Kconfig")
Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig
configs/ls1046afrwy_tfa_defconfig