diff options
Diffstat (limited to 'include/configs/VCMA9.h')
| -rw-r--r-- | include/configs/VCMA9.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 618b7f0a7..ebc81c400 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -33,9 +33,10 @@   * High Level Configuration Options   * (easy to change)   */ -#define CONFIG_ARM920T		1	/* This is an ARM920T Core	*/ -#define	CONFIG_S3C2410		1	/* in a SAMSUNG S3C2410 SoC     */ -#define CONFIG_VCMA9		1	/* on a MPL VCMA9 Board  */ +#define CONFIG_ARM920T	1	/* This is an ARM920T Core	*/ +#define CONFIG_S3C24X0	1	/* in a SAMSUNG S3C24x0-type SoC	*/ +#define CONFIG_S3C2410	1	/* specifically a SAMSUNG S3C2410 SoC	*/ +#define CONFIG_VCMA9	1	/* on a MPL VCMA9 Board  */  /* input clock of PLL */  #define CONFIG_SYS_CLK_FREQ	12000000/* VCMA9 has 12MHz input clock	*/ |