diff options
author | Simon Glass | 2021-08-01 18:54:40 -0600 |
---|---|---|
committer | Tom Rini | 2021-08-06 08:26:48 -0400 |
commit | 22137b8d739b80fb4ffaaff4ec7d9966988b48c2 (patch) | |
tree | b45e5e8bb698228459f6f0ab8c3827d6f15ab81f /arch | |
parent | 23cd8a63a036234fc9142015bf40b15d7ce27655 (diff) |
pci: ppc: Drop ftpci100 driver
This is not used in U-Boot at present. Drop it and related config options.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nds32/include/asm/arch-ag102/ag102.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nds32/include/asm/arch-ag102/ag102.h b/arch/nds32/include/asm/arch-ag102/ag102.h index d1f4b02e10e..3255db6592e 100644 --- a/arch/nds32/include/asm/arch-ag102/ag102.h +++ b/arch/nds32/include/asm/arch-ag102/ag102.h @@ -11,8 +11,6 @@ * Hardware register bases */ -/* PCI Controller */ -#define CONFIG_FTPCI100_BASE 0x90000000 /* LPC Controller */ #define CONFIG_LPC_IO_BASE 0x90100000 /* LPC Controller */ |