diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2021-08-10 11:20:07 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-08-18 15:55:15 +0530 |
commit | e99b1dfcb78229845058c8045031a9508813e0d7 (patch) | |
tree | 54131aeaa9223ac9d181296493fc6d5a4c6794a0 /configs/ls2080ardb_nand_defconfig | |
parent | 9b90e0d08f17780633d7f35b1a22c14283d15de9 (diff) | |
download | u-boot-e99b1dfcb78229845058c8045031a9508813e0d7.tar.gz |
configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to Kconfig
Use moveconfig.py script to convert below defines to Kconfig and move
these entries to defconfigs.
CONFIG_CORTINA_FW_ADDR
CONFIG_CORTINA_FW_LENGTH
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls2080ardb_nand_defconfig')
-rw-r--r-- | configs/ls2080ardb_nand_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080ardb_nand_defconfig b/configs/ls2080ardb_nand_defconfig index 6615958ae4..d371fa5e69 100644 --- a/configs/ls2080ardb_nand_defconfig +++ b/configs/ls2080ardb_nand_defconfig @@ -58,6 +58,7 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_PHYLIB=y CONFIG_PHY_AQUANTIA=y CONFIG_PHY_CORTINA=y +CONFIG_CORTINA_FW_ADDR=0x980000 CONFIG_E1000=y CONFIG_MII=y CONFIG_NVME=y |