diff options
author | Alessandro Rubini | 2009-06-22 09:18:37 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-06 21:53:00 +0200 |
commit | ee1363f2da3996bafdecdd8f4e48862ebff3f271 (patch) | |
tree | aa62a40465d45b42d4b2d094c8ab9a3c610e1195 /board/st | |
parent | 040f8f63e922bbfb8ba0958bf637f11a917f5c38 (diff) |
arm nomadik: rename board to nhk8815
This is an error in my side in the initial submission: nobody
calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/nhk8815/Makefile (renamed from board/st/nmdk8815/Makefile) | 2 | ||||
-rw-r--r-- | board/st/nhk8815/config.mk (renamed from board/st/nmdk8815/config.mk) | 0 | ||||
-rw-r--r-- | board/st/nhk8815/nhk8815.c (renamed from board/st/nmdk8815/nmdk8815.c) | 0 | ||||
-rw-r--r-- | board/st/nhk8815/platform.S (renamed from board/st/nmdk8815/platform.S) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/board/st/nmdk8815/Makefile b/board/st/nhk8815/Makefile index be9a4242055..b37fe534acc 100644 --- a/board/st/nmdk8815/Makefile +++ b/board/st/nhk8815/Makefile @@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := nmdk8815.o +COBJS := nhk8815.o SOBJS := platform.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) diff --git a/board/st/nmdk8815/config.mk b/board/st/nhk8815/config.mk index 590393bd64c..590393bd64c 100644 --- a/board/st/nmdk8815/config.mk +++ b/board/st/nhk8815/config.mk diff --git a/board/st/nmdk8815/nmdk8815.c b/board/st/nhk8815/nhk8815.c index edf46262f5d..edf46262f5d 100644 --- a/board/st/nmdk8815/nmdk8815.c +++ b/board/st/nhk8815/nhk8815.c diff --git a/board/st/nmdk8815/platform.S b/board/st/nhk8815/platform.S index 2a671102312..2a671102312 100644 --- a/board/st/nmdk8815/platform.S +++ b/board/st/nhk8815/platform.S |