mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
66356b4c06
Signed-off-by: Wolfgang Denk <wd@denx.de>
10 lines
196 B
C
10 lines
196 B
C
// 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";
|
|
}
|