summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-s3c24x0/s3c24x0_cpu.h
blob: 393cc9d9fda1612d39182a3877072ec8cb4a98ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2009
 * Kevin Morfitt, Fearnside Systems Ltd, <kevin.morfitt@fearnside-systems.co.uk>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifdef CONFIG_S3C2400
	#include <asm/arch/s3c2400.h>
#elif defined CONFIG_S3C2410
	#include <asm/arch/s3c2410.h>
#elif defined CONFIG_S3C2440
	#include <asm/arch/s3c2440.h>
#else
	#error Please define the s3c24x0 cpu type
#endif
OpenPOWER on IntegriCloud