aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/sama5.c
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2015-01-27 16:41:55 +0100
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-02-02 11:01:28 +0100
commitcac0172389688b861d269eb4f1fee679d21a1372 (patch)
treeafdaea62610ff681571aaeee2a709ed22a4aa450 /arch/arm/mach-at91/sama5.c
parentARM: at91: remove at91_boot_soc (diff)
downloadlinux-dev-cac0172389688b861d269eb4f1fee679d21a1372.tar.xz
linux-dev-cac0172389688b861d269eb4f1fee679d21a1372.zip
ARM: at91: change board files into SoC files
As board files are now DT only and can address all aspects of the SoC family, we can rename them so that the mach-at91 directory looks cleaner. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-at91/sama5.c (renamed from arch/arm/mach-at91/board-dt-sama5.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-dt-sama5.c b/arch/arm/mach-at91/sama5.c
index f9a1b0261f72..22944d7e1a63 100644
--- a/arch/arm/mach-at91/board-dt-sama5.c
+++ b/arch/arm/mach-at91/sama5.c
@@ -1,5 +1,5 @@
/*
- * Setup code for SAMA5 Evaluation Kits with Device Tree support
+ * Setup code for SAMA5
*
* Copyright (C) 2013 Atmel,
* 2013 Ludovic Desroches <ludovic.desroches@atmel.com>