]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitaa9e64d012937d970d4cd6a2cd5924af7d2491cf
treeff2a1c5ab4dca61d1d9384cc1caf75eb26ea433e
parent99ee9627a40ad22b5c16423e14cd333dd5ecc8aa
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: a5eec18f1faa7 ("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