diff options
author | Alessandro Rubini <rubini@unipv.it> | 2009-06-22 09:18:37 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:53:00 +0200 |
commit | ee1363f2da3996bafdecdd8f4e48862ebff3f271 (patch) | |
tree | aa62a40465d45b42d4b2d094c8ab9a3c610e1195 /Makefile | |
parent | 040f8f63e922bbfb8ba0958bf637f11a917f5c38 (diff) | |
download | u-boot-imx-ee1363f2da3996bafdecdd8f4e48862ebff3f271.zip u-boot-imx-ee1363f2da3996bafdecdd8f4e48862ebff3f271.tar.gz u-boot-imx-ee1363f2da3996bafdecdd8f4e48862ebff3f271.tar.bz2 |
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 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |