diff mbox series

configs: fsl: add missing SYS_FMAN_FW_ADDR defines

Message ID 20220602134709.23435-1-camelia.groza@oss.nxp.com
State Accepted
Commit 380e32b17160e7ae61450754a424124f295f2c3d
Delegated to: Tom Rini
Headers show
Series configs: fsl: add missing SYS_FMAN_FW_ADDR defines | expand

Commit Message

Camelia Groza June 2, 2022, 1:47 p.m. UTC
From: Camelia Groza <camelia.groza@nxp.com>

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 | 1 +
 configs/ls1046afrwy_tfa_defconfig             | 1 +
 2 files changed, 2 insertions(+)

Comments

Tom Rini June 6, 2022, 2:25 p.m. UTC | #1
On Thu, Jun 02, 2022 at 04:47:09PM +0300, Camelia Groza wrote:

> From: Camelia Groza <camelia.groza@nxp.com>
> 
> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig b/configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig
index 3cbe1b7c10f0..fddb02e556ab 100644
--- a/configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig
@@ -57,6 +57,7 @@  CONFIG_PHY_VITESSE=y
 CONFIG_PHY_GIGE=y
 CONFIG_E1000=y
 CONFIG_FMAN_ENET=y
+CONFIG_SYS_FMAN_FW_ADDR=0x900000
 CONFIG_PCI=y
 CONFIG_DM_PCI_COMPAT=y
 CONFIG_DM_SCSI=y
diff --git a/configs/ls1046afrwy_tfa_defconfig b/configs/ls1046afrwy_tfa_defconfig
index 2c198cd913ad..23ceb185f497 100644
--- a/configs/ls1046afrwy_tfa_defconfig
+++ b/configs/ls1046afrwy_tfa_defconfig
@@ -64,6 +64,7 @@  CONFIG_PHY_VITESSE=y
 CONFIG_PHY_GIGE=y
 CONFIG_E1000=y
 CONFIG_FMAN_ENET=y
+CONFIG_SYS_FMAN_FW_ADDR=0x900000
 CONFIG_NVME_PCI=y
 CONFIG_PCI=y
 CONFIG_DM_PCI_COMPAT=y