Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a66064dc912f088a18ec8cc194cd61718a10e503
/
.
/
arch
/
arm
/
mach-at91
/
armv7
/
sama7g5_devices.c
blob: a58f671f72d979291f2e142e300bb9cb4f68ec83 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2020 Microchip Technology, Inc.
* Eugen Hristev <eugen.hristev@microchip.com>
*/
char
*
get_cpu_name
(
void
)
{
return
"SAMA7G5"
;
}