blob: 393cc9d9fda1612d39182a3877072ec8cb4a98ef [file] [log] [blame]
kevin.morfitt@fearnside-systems.co.uke0d81312009-11-17 18:30:34 +09001/*
2 * (C) Copyright 2009
3 * Kevin Morfitt, Fearnside Systems Ltd, <kevin.morfitt@fearnside-systems.co.uk>
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
kevin.morfitt@fearnside-systems.co.uke0d81312009-11-17 18:30:34 +09006 */
7
8#ifdef CONFIG_S3C2400
9 #include <asm/arch/s3c2400.h>
10#elif defined CONFIG_S3C2410
11 #include <asm/arch/s3c2410.h>
C Nauman383c43e2010-10-26 23:04:31 +090012#elif defined CONFIG_S3C2440
13 #include <asm/arch/s3c2440.h>
kevin.morfitt@fearnside-systems.co.uke0d81312009-11-17 18:30:34 +090014#else
15 #error Please define the s3c24x0 cpu type
16#endif