mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
configs: Remove empty #ifdef/#ifndef blocks
Remove empty #ifdef/#ifndef..#endif blocks where the configuration they guarded has been completely removed. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
6d0043a623
commit
af14d0dd24
2 changed files with 0 additions and 5 deletions
|
@ -70,8 +70,6 @@
|
||||||
#define CONFIG_NETMASK 255.255.255.0
|
#define CONFIG_NETMASK 255.255.255.0
|
||||||
#define CONFIG_ETHPRIME "eTSEC1"
|
#define CONFIG_ETHPRIME "eTSEC1"
|
||||||
|
|
||||||
#ifndef CONFIG_SPI_FLASH
|
|
||||||
#endif
|
|
||||||
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
|
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
|
||||||
|
|
||||||
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
||||||
|
|
|
@ -257,9 +257,6 @@
|
||||||
#undef PCI_ONE_PCI1
|
#undef PCI_ONE_PCI1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef VME_CADDY2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef CONFIG_EEPRO100
|
#undef CONFIG_EEPRO100
|
||||||
#undef CONFIG_TULIP
|
#undef CONFIG_TULIP
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue