mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 00:21:37 +00:00
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>
This commit is contained in:
parent
040f8f63e9
commit
ee1363f2da
7 changed files with 6 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -2854,8 +2854,8 @@ mx1fs2_config : unconfig
|
||||||
netstar_config: unconfig
|
netstar_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) arm arm925t netstar
|
@$(MKCONFIG) $(@:_config=) arm arm925t netstar
|
||||||
|
|
||||||
nmdk8815_config \
|
nhk8815_config \
|
||||||
nmdk8815_onenand_config: unconfig
|
nhk8815_onenand_config: unconfig
|
||||||
@mkdir -p $(obj)include
|
@mkdir -p $(obj)include
|
||||||
@ > $(obj)include/config.h
|
@ > $(obj)include/config.h
|
||||||
@if [ "$(findstring _onenand, $@)" ] ; then \
|
@if [ "$(findstring _onenand, $@)" ] ; then \
|
||||||
|
@ -2864,7 +2864,7 @@ nmdk8815_onenand_config: unconfig
|
||||||
else \
|
else \
|
||||||
$(XECHO) "... configured for Nand Flash"; \
|
$(XECHO) "... configured for Nand Flash"; \
|
||||||
fi
|
fi
|
||||||
@$(MKCONFIG) -a nmdk8815 arm arm926ejs nmdk8815 st nomadik
|
@$(MKCONFIG) -a nhk8815 arm arm926ejs nhk8815 st nomadik
|
||||||
|
|
||||||
omap1510inn_config : unconfig
|
omap1510inn_config : unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn
|
@$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn
|
||||||
|
|
|
@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
|
||||||
|
|
||||||
LIB = $(obj)lib$(BOARD).a
|
LIB = $(obj)lib$(BOARD).a
|
||||||
|
|
||||||
COBJS := nmdk8815.o
|
COBJS := nhk8815.o
|
||||||
SOBJS := platform.o
|
SOBJS := platform.o
|
||||||
|
|
||||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
|
@ -1,7 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2005
|
* (C) Copyright 2005
|
||||||
* STMicroelectronics.
|
* 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
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
Loading…
Add table
Add a link
Reference in a new issue