From: Chris Packham Date: Mon, 4 Jun 2018 09:45:21 +0000 (+1200) Subject: configs: Remove empty #ifdef/#ifndef blocks X-Git-Tag: v2018.07-rc2~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af14d0dd246d11b2731848b74ca05d05dd6be20c;hp=6d0043a6230d9003beb90ef6366bfea8c5e654bd;p=u-boot 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 --- diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index 6231a1e4ae..b5ff5d3fe1 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -70,8 +70,6 @@ #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_ETHPRIME "eTSEC1" -#ifndef CONFIG_SPI_FLASH -#endif #define CONFIG_SYS_REDUNDAND_ENVIRONMENT #define CONFIG_SYS_L2_SIZE (256 << 10) diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index 0d8ae0b099..2456475f27 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -257,9 +257,6 @@ #undef PCI_ONE_PCI1 #endif -#ifndef VME_CADDY2 -#endif - #undef CONFIG_EEPRO100 #undef CONFIG_TULIP