summaryrefslogtreecommitdiffstats
path: root/include/configs/smdk2400.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/smdk2400.h')
-rw-r--r--include/configs/smdk2400.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/smdk2400.h b/include/configs/smdk2400.h
index a1beb65d0e..fd51219af4 100644
--- a/include/configs/smdk2400.h
+++ b/include/configs/smdk2400.h
@@ -34,9 +34,10 @@
* High Level Configuration Options
* (easy to change)
*/
-#define CONFIG_ARM920T 1 /* This is an ARM920T core */
-#define CONFIG_S3C2400 1 /* in a SAMSUNG S3C2400 SoC */
-#define CONFIG_SMDK2400 1 /* on an SAMSUNG SMDK2400 Board */
+#define CONFIG_ARM920T 1 /* This is an ARM920T core */
+#define CONFIG_S3C24X0 1 /* in a SAMSUNG S3C24x0-type SoC */
+#define CONFIG_S3C2400 1 /* specifically a SAMSUNG S3C2400 SoC */
+#define CONFIG_SMDK2400 1 /* on an SAMSUNG SMDK2400 Board */
/* input clock of PLL */
#define CONFIG_SYS_CLK_FREQ 12000000 /* SMDK2400 has 12 MHz input clock */
OpenPOWER on IntegriCloud