repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-efm32
/
dtmachine.c
blob
2367495193c1d439041cbac3ec486fdbb61f7165
1
#include <linux/kernel.h>
2
3
#include <asm/v7m.h>
4
5
#include <asm/mach/arch.h>
6
7
static const char
*
const
efm32gg_compat
[]
__initconst
= {
8
"efm32,dk3750"
,
9
NULL
10
};
11
12
DT_MACHINE_START
(
EFM32DT
,
"EFM32 (Device Tree Support)"
)
13
.
dt_compat
=
efm32gg_compat
,
14
.
restart
=
armv7m_restart
,
15
MACHINE_END