u-boot-brain/arch/arm/mach-at91/armv7/sama7g5_devices.c

12 lines
197 B
C
Raw Normal View History

// 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";
}