diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:05:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:47 -0400 |
commit | 6f6b9703d0149b784cce81996773e4b84323c7e1 (patch) | |
tree | a191ca364dac7c553cfccb0ea489b70c37bbfc62 /configs/T2080RDB_SPIFLASH_defconfig | |
parent | 13e28f4987dd514ddbda36915bd9b8996a2d328d (diff) | |
download | u-boot-6f6b9703d0149b784cce81996773e4b84323c7e1.tar.gz |
Convert CONFIG_FSL_CORENET to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_CORENET
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T2080RDB_SPIFLASH_defconfig')
-rw-r--r-- | configs/T2080RDB_SPIFLASH_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/T2080RDB_SPIFLASH_defconfig b/configs/T2080RDB_SPIFLASH_defconfig index 3c11b130f5..719f022e8b 100644 --- a/configs/T2080RDB_SPIFLASH_defconfig +++ b/configs/T2080RDB_SPIFLASH_defconfig @@ -16,7 +16,6 @@ CONFIG_MPC85xx=y CONFIG_TARGET_T2080RDB=y CONFIG_ENABLE_36BIT_PHYS=y CONFIG_SYS_BOOK3E_HV=y -CONFIG_SYS_FSL_CPC=y CONFIG_SYS_CACHE_STASHING=y CONFIG_SYS_MPC85XX_NO_RESETVEC=y CONFIG_PCIE1=y |