mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
[POWERPC] pasemi: Rename platform
Rename the pasemi platform to "pasemi" to be in line with the platform's directory name. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
12654f7764
commit
d4875a217b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ static int __init pas_probe(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
define_machine(pas) {
|
define_machine(pasemi) {
|
||||||
.name = "PA Semi PA6T-1682M",
|
.name = "PA Semi PA6T-1682M",
|
||||||
.probe = pas_probe,
|
.probe = pas_probe,
|
||||||
.setup_arch = pas_setup_arch,
|
.setup_arch = pas_setup_arch,
|
||||||
|
|
Loading…
Reference in a new issue