diff options
Diffstat (limited to 'include/configs/sbc8349.h')
| -rw-r--r-- | include/configs/sbc8349.h | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index b8f4b6eee..94588e260 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -34,15 +34,11 @@  /*   * Top level Makefile configuration choices   */ -#ifdef CONFIG_MK_PCI -#define CONFIG_PCI -#endif - -#ifdef CONFIG_MK_66 +#ifdef CONFIG_66  #define PCI_66M  #endif -#ifdef CONFIG_MK_33 +#ifdef CONFIG_33  #define PCI_33M  #endif |