diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-15 14:44:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-06 14:07:36 -0400 |
commit | 7dd42be9f9d9c941844c3441b5b61a18e576c672 (patch) | |
tree | cb46c338a1930756ca9db4eb7c6c84d28c6542e6 /configs/integratorap_cm920t_defconfig | |
parent | c8be85f3ffdc3a3cb51d1b54a9b5737c830b7fbe (diff) | |
download | u-boot-7dd42be9f9d9c941844c3441b5b61a18e576c672.tar.gz |
ARM: integrator: Drop PCI support
We didn't convert the Integrator to use DM for PCI in
time, and we don't use it either so let's just drop
PCI support from the Integrator.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/integratorap_cm920t_defconfig')
-rw-r--r-- | configs/integratorap_cm920t_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/integratorap_cm920t_defconfig b/configs/integratorap_cm920t_defconfig index 0e914e91eb..4ec2961a4e 100644 --- a/configs/integratorap_cm920t_defconfig +++ b/configs/integratorap_cm920t_defconfig @@ -16,7 +16,6 @@ CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Integrator-AP # " CONFIG_CMD_IMLS=y CONFIG_CMD_ARMFLASH=y -CONFIG_CMD_PCI=y # CONFIG_CMD_SETEXPR is not set CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_MMC is not set @@ -24,8 +23,5 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y -CONFIG_EEPRO100=y -CONFIG_TULIP=y -CONFIG_PCI=y CONFIG_BAUDRATE=38400 CONFIG_OF_LIBFDT=y |