]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
add print_cpuinfo to s3c24x0
authorDavid Müller (ELSOFT AG) <d.mueller@elsoft.ch>
Fri, 3 Dec 2010 05:12:50 +0000 (05:12 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 19 Dec 2011 16:52:44 +0000 (17:52 +0100)
commit9fd6826611d345a780217631defb535254e7953c
treeff6e7eaf0b0cf72976938773fe9d34f6a4bc4ba1
parentdf65a3fe3504930d5a89699e9903554f4605b098
add print_cpuinfo to s3c24x0

Hello

This patch adds support for "print_cpuinfo" on Samsung s3c24x0
based targets. If activated by "#define CONFIG_DISPLAY_CPUINFO", the
chip ID and the 3 main cpu frequencies will be displayed.

Dave

Signed-off-by: David Müller <d.mueller@elsoft.ch>
arch/arm/cpu/arm920t/s3c24x0/Makefile
arch/arm/cpu/arm920t/s3c24x0/cpu_info.c [new file with mode: 0644]