summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorJosh Wu <josh.wu@atmel.com>2013-02-18 15:25:30 +0800
committerJosh Wu <josh.wu@atmel.com>2013-02-18 18:24:53 +0800
commit7fe5aa3d398f35ffa87e258d0c0dc950ff75a6be (patch)
tree5434545deb631057c506c12a613ab66e9387231b /board
parent55eba57334f0400fac87404904c7a8b99c56f595 (diff)
sama5: use correct soc and board names: sama5d3 for soc name, sama5d3xek for board name.
In this patch, we 1. change the soc file and board directory to correct name. 2. change the macro name from CONFIG_AT91SAMA5 to CONFIG_SAMA5D3. 3. change the defconfig name to sama5d3xek_xxx.
Diffstat (limited to 'board')
-rw-r--r--board/atmel/sama5d3xek/Makefile (renamed from board/atmel/at91sama5ek/Makefile)2
-rw-r--r--board/atmel/sama5d3xek/config.mk (renamed from board/atmel/at91sama5ek/config.mk)0
-rw-r--r--board/atmel/sama5d3xek/sama5d3xek.c (renamed from board/atmel/at91sama5ek/at91sama5ek.c)2
3 files changed, 2 insertions, 2 deletions
diff --git a/board/atmel/at91sama5ek/Makefile b/board/atmel/sama5d3xek/Makefile
index bfb26b149d..357bb7c15c 100644
--- a/board/atmel/at91sama5ek/Makefile
+++ b/board/atmel/sama5d3xek/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-COBJS-y += at91sama5ek.o
+COBJS-y += sama5d3xek.o
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
diff --git a/board/atmel/at91sama5ek/config.mk b/board/atmel/sama5d3xek/config.mk
index 6589a12a93..6589a12a93 100644
--- a/board/atmel/at91sama5ek/config.mk
+++ b/board/atmel/sama5d3xek/config.mk
diff --git a/board/atmel/at91sama5ek/at91sama5ek.c b/board/atmel/sama5d3xek/sama5d3xek.c
index 52868685c9..f68c200591 100644
--- a/board/atmel/at91sama5ek/at91sama5ek.c
+++ b/board/atmel/sama5d3xek/sama5d3xek.c
@@ -23,7 +23,7 @@
#include <common.h>
#include <mmc.h>
#include <asm/io.h>
-#include <asm/arch/at91sama5_smc.h>
+#include <asm/arch/sama5d3_smc.h>
#include <asm/arch/at91_common.h>
#include <asm/arch/at91_pmc.h>
#include <asm/arch/at91_rstc.h>