فهرست منبع

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>
Alessandro Rubini 16 سال پیش
والد
کامیت
ee1363f2da
7فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 3 3
      Makefile
  2. 1 1
      board/st/nhk8815/Makefile
  3. 0 0
      board/st/nhk8815/config.mk
  4. 0 0
      board/st/nhk8815/nhk8815.c
  5. 0 0
      board/st/nhk8815/platform.S
  6. 0 0
      doc/README.nhk8815
  7. 2 1
      include/configs/nhk8815.h

+ 3 - 3
Makefile

@@ -2854,8 +2854,8 @@ mx1fs2_config	:	unconfig
 netstar_config:		unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm925t netstar
 
-nmdk8815_config \
-nmdk8815_onenand_config:	unconfig
+nhk8815_config \
+nhk8815_onenand_config:	unconfig
 	@mkdir -p $(obj)include
 	@ > $(obj)include/config.h
 	@if [ "$(findstring _onenand, $@)" ] ; then \
@@ -2864,7 +2864,7 @@ nmdk8815_onenand_config:	unconfig
 	else \
 		$(XECHO) "... configured for Nand Flash"; \
 	fi
-	@$(MKCONFIG) -a nmdk8815 arm arm926ejs nmdk8815 st nomadik
+	@$(MKCONFIG) -a nhk8815 arm arm926ejs nhk8815 st nomadik
 
 omap1510inn_config :	unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn

+ 1 - 1
board/st/nmdk8815/Makefile → 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)

+ 0 - 0
board/st/nmdk8815/config.mk → board/st/nhk8815/config.mk


+ 0 - 0
board/st/nmdk8815/nmdk8815.c → board/st/nhk8815/nhk8815.c


+ 0 - 0
board/st/nmdk8815/platform.S → board/st/nhk8815/platform.S


+ 0 - 0
doc/README.nmdk8815 → doc/README.nhk8815


+ 2 - 1
include/configs/nmdk8815.h → include/configs/nhk8815.h

@@ -1,7 +1,8 @@
 /*
  * (C) Copyright 2005
  * STMicroelectronics.
- * Configuration settings for the STn8815 nomadik board.
+ * Configuration settings for the "Nomadik Hardware Kit" NHK-8815,
+ * the evaluation board for the Nomadik 8815 System on Chip.
  *
  * See file CREDITS for list of people who contributed to this
  * project.