aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-at91/armv7/sama7g5_devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-at91/armv7/sama7g5_devices.c')
-rw-r--r--roms/u-boot/arch/arm/mach-at91/armv7/sama7g5_devices.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-at91/armv7/sama7g5_devices.c b/roms/u-boot/arch/arm/mach-at91/armv7/sama7g5_devices.c
new file mode 100644
index 000000000..a58f671f7
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-at91/armv7/sama7g5_devices.c
@@ -0,0 +1,11 @@
+// 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";
+}
+