kevin.morfitt@fearnside-systems.co.uk | e0d8131 | 2009-11-17 18:30:34 +0900 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2009 |
| 3 | * Kevin Morfitt, Fearnside Systems Ltd, <kevin.morfitt@fearnside-systems.co.uk> |
| 4 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
kevin.morfitt@fearnside-systems.co.uk | e0d8131 | 2009-11-17 18:30:34 +0900 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifdef CONFIG_S3C2400 |
| 9 | #include <asm/arch/s3c2400.h> |
| 10 | #elif defined CONFIG_S3C2410 |
| 11 | #include <asm/arch/s3c2410.h> |
C Nauman | 383c43e | 2010-10-26 23:04:31 +0900 | [diff] [blame] | 12 | #elif defined CONFIG_S3C2440 |
| 13 | #include <asm/arch/s3c2440.h> |
kevin.morfitt@fearnside-systems.co.uk | e0d8131 | 2009-11-17 18:30:34 +0900 | [diff] [blame] | 14 | #else |
| 15 | #error Please define the s3c24x0 cpu type |
| 16 | #endif |