aboutsummaryrefslogtreecommitdiff
path: root/configs/T2080RDB_defconfig
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2022-01-13 15:43:14 +0200
committerPriyanka Jain <priyanka.jain@nxp.com>2022-02-01 15:08:07 +0530
commit4118a5b1cff711d096915023046a9a07f259b60f (patch)
treeff2a1c5ab4dca61d1d9384cc1caf75eb26ea433e /configs/T2080RDB_defconfig
parent681adaa466cd4a412b5c8679693590f3ee6b2ee5 (diff)
downloadu-boot-4118a5b1cff711d096915023046a9a07f259b60f.zip
u-boot-4118a5b1cff711d096915023046a9a07f259b60f.tar.gz
u-boot-4118a5b1cff711d096915023046a9a07f259b60f.tar.bz2
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>
Diffstat (limited to 'configs/T2080RDB_defconfig')
-rw-r--r--configs/T2080RDB_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T2080RDB_defconfig b/configs/T2080RDB_defconfig
index f034403..1e53273 100644
--- a/configs/T2080RDB_defconfig
+++ b/configs/T2080RDB_defconfig
@@ -79,6 +79,7 @@ CONFIG_DM_ETH=y
CONFIG_DM_MDIO=y
CONFIG_E1000=y
CONFIG_FMAN_ENET=y
+CONFIG_SYS_FMAN_FW_ADDR=0xEFF00000
CONFIG_MII=y
CONFIG_PCIE_FSL=y
CONFIG_SYS_QE_FMAN_FW_IN_NOR=y