]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm nomadik: rename board to nhk8815
authorAlessandro Rubini <rubini@unipv.it>
Mon, 22 Jun 2009 07:18:37 +0000 (09:18 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 6 Jul 2009 19:53:00 +0000 (21:53 +0200)
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>
Makefile
board/st/nhk8815/Makefile [moved from board/st/nmdk8815/Makefile with 98% similarity]
board/st/nhk8815/config.mk [moved from board/st/nmdk8815/config.mk with 100% similarity]
board/st/nhk8815/nhk8815.c [moved from board/st/nmdk8815/nmdk8815.c with 100% similarity]
board/st/nhk8815/platform.S [moved from board/st/nmdk8815/platform.S with 100% similarity]
doc/README.nhk8815 [moved from doc/README.nmdk8815 with 100% similarity]
include/configs/nhk8815.h [moved from include/configs/nmdk8815.h with 97% similarity]

index 9b9f7bfef2a7fc3b89d9aac5c8307c7d226e319f..3877c97209821a4be294936184e2ea0184b2653c 100644 (file)
--- a/Makefile
+++ b/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
similarity index 98%
rename from board/st/nmdk8815/Makefile
rename to board/st/nhk8815/Makefile
index be9a424205507df6ee6d0f048cb2405281ef3e8a..b37fe534acc11dce7c04f7b6fc95754a009d79af 100644 (file)
@@ -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)
similarity index 100%
rename from doc/README.nmdk8815
rename to doc/README.nhk8815
similarity index 97%
rename from include/configs/nmdk8815.h
rename to include/configs/nhk8815.h
index 6d7b94f9c9e9f6d925455f6e4f23df541781d1fb..df9d5235e98cc5e1afdf920dfbdfcf06fed9e6de 100644 (file)
@@ -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.