summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2008-02-01 16:49:08 +0000
committerPeter Pearse <peter.pearse@arm.com>2008-02-14 09:32:21 +0000
commitf4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846 (patch)
tree903200778093195ffde5c9235feb4ed63500d020 /Makefile
parentfe891ecf4d187e9d11dde869ed4623af52b54451 (diff)
downloadblackbird-obmc-uboot-f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846.tar.gz
blackbird-obmc-uboot-f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846.zip
Update board NetStar
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 3b339ad17e..df00abe866 100644
--- a/Makefile
+++ b/Makefile
@@ -2348,17 +2348,8 @@ mx1ads_config : unconfig
mx1fs2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t mx1fs2 NULL imx
-netstar_32_config \
netstar_config: unconfig
- @mkdir -p $(obj)include
- @if [ "$(findstring _32_,$@)" ] ; then \
- $(XECHO) "... 32MB SDRAM" ; \
- echo "#define PHYS_SDRAM_1_SIZE SZ_32M" >>$(obj)include/config.h ; \
- else \
- $(XECHO) "... 64MB SDRAM" ; \
- echo "#define PHYS_SDRAM_1_SIZE SZ_64M" >>$(obj)include/config.h ; \
- fi
- @$(MKCONFIG) -a netstar arm arm925t netstar
+ @$(MKCONFIG) $(@:_config=) arm arm925t netstar
omap1510inn_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn
OpenPOWER on IntegriCloud