]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-s3c24x0/s3c24x0_cpu.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / arm / include / asm / arch-s3c24x0 / s3c24x0_cpu.h
1 /*
2  * (C) Copyright 2009
3  * Kevin Morfitt, Fearnside Systems Ltd, <kevin.morfitt@fearnside-systems.co.uk>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifdef CONFIG_S3C2400
9         #include <asm/arch/s3c2400.h>
10 #elif defined CONFIG_S3C2410
11         #include <asm/arch/s3c2410.h>
12 #elif defined CONFIG_S3C2440
13         #include <asm/arch/s3c2440.h>
14 #else
15         #error Please define the s3c24x0 cpu type
16 #endif