diff options
author | Rajesh Bhagat | 2021-11-09 16:30:38 +0530 |
---|---|---|
committer | Priyanka Jain | 2021-11-09 17:18:23 +0530 |
commit | a97a071d10d2b2d49b86f92481f766ed30f6a5ed (patch) | |
tree | 64017443f64e69be35a1834217c1180b25899471 /configs/T2080QDS_NAND_defconfig | |
parent | 5e736c9397e50c7b9b4b5f2bbe26d2d964e56e39 (diff) |
configs: fsl: migrate FMAN/QE specific defines to Kconfig
Use moveconfig.py script to convert CONFIG_SYS_FMAN_FW_ADDR,
CONFIG_SYS_QE_FW_ADDR and CONFIG_SYS_QE_FMAN_FW_LENGTH to Kconfig and
move these entries to defconfigs.
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/T2080QDS_NAND_defconfig')
-rw-r--r-- | configs/T2080QDS_NAND_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T2080QDS_NAND_defconfig b/configs/T2080QDS_NAND_defconfig index 695b047a35c..c39329b751d 100644 --- a/configs/T2080QDS_NAND_defconfig +++ b/configs/T2080QDS_NAND_defconfig @@ -86,6 +86,7 @@ CONFIG_PHY_TERANETICS=y CONFIG_PHY_VITESSE=y CONFIG_E1000=y CONFIG_FMAN_ENET=y +CONFIG_SYS_FMAN_FW_ADDR=0x160000 CONFIG_MII=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCIE_FSL=y |