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