]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitac9d8ded8a491a2d7a19e129f1a802d779914381
tree95706c0b517d05fb2e6903309d75c7f8011f2ca9
parent6e9c72d0ac513de51ab6f0579e95eb3ec86bf8b2
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: a5eec18f1faa7 ("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