configs: fsl: add missing FMAN/QE_FW_ADDR defines
authorCamelia Groza <camelia.groza@nxp.com>
Thu, 13 Jan 2022 13:43:14 +0000 (15:43 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 1 Feb 2022 09:38:07 +0000 (15:08 +0530)
commit4118a5b1cff711d096915023046a9a07f259b60f
treeff2a1c5ab4dca61d1d9384cc1caf75eb26ea433e
parent681adaa466cd4a412b5c8679693590f3ee6b2ee5
configs: fsl: add missing FMAN/QE_FW_ADDR defines

The initial patch had typos that caused four defconfigs to miss the
symbol transition to Kconfig. CONFIG_SYS_QE_FW_ADDR and
CONFIG_SYS_FMAN_FW_ADDR are 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>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
configs/T1024RDB_NAND_defconfig
configs/T1042D4RDB_SDCARD_defconfig
configs/T2080RDB_defconfig
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig