diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-06-04 21:45:21 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-18 14:02:03 -0400 |
commit | af14d0dd246d11b2731848b74ca05d05dd6be20c (patch) | |
tree | 1344de42997d4d067357659fdccfc4aa78f9d21b /include/configs/vme8349.h | |
parent | 6d0043a6230d9003beb90ef6366bfea8c5e654bd (diff) | |
download | u-boot-af14d0dd246d11b2731848b74ca05d05dd6be20c.tar.gz |
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>
Diffstat (limited to 'include/configs/vme8349.h')
-rw-r--r-- | include/configs/vme8349.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |