diff options
Diffstat (limited to 'include/configs/P2020DS.h')
| -rw-r--r-- | include/configs/P2020DS.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 74cff0c6a..d94c308df 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -29,7 +29,7 @@  #include "../board/freescale/common/ics307_clk.h" -#ifdef CONFIG_MK_36BIT +#ifdef CONFIG_36BIT  #define CONFIG_PHYS_64BIT  #endif @@ -92,7 +92,7 @@  /* DDR Setup */  #define CONFIG_VERY_BIG_RAM -#ifdef CONFIG_MK_DDR2 +#ifdef CONFIG_DDR2  #define CONFIG_FSL_DDR2  #else  #define CONFIG_FSL_DDR3		1 |