summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/sunxi/cpu_info.c
blob: b4c3d5c6dd2df064241577a9d4856eb267e27240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * (C) Copyright 2007-2011
 * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
 * Tom Cubie <tangliang@allwinnertech.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>
#include <asm/io.h>
#include <asm/arch/cpu.h>

#ifdef CONFIG_DISPLAY_CPUINFO
int print_cpuinfo(void)
{
	puts("CPU:   Allwinner A20 (SUN7I)\n");
	return 0;
}
#endif
OpenPOWER on IntegriCloud