diff options
author | Peter Pearse <peter.pearse@arm.com> | 2008-02-15 12:58:10 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-02-15 12:58:10 +0000 |
commit | e42d2b0479ff5fd9f041e8dfa52105d521fa9264 (patch) | |
tree | 01f5d277ac3958a313d57b0599a36a890411338e /Makefile | |
parent | 45da195cf675d0b4054aeeabf7b9c0daf798841d (diff) | |
parent | f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846 (diff) | |
download | u-boot-imx-e42d2b0479ff5fd9f041e8dfa52105d521fa9264.zip u-boot-imx-e42d2b0479ff5fd9f041e8dfa52105d521fa9264.tar.gz u-boot-imx-e42d2b0479ff5fd9f041e8dfa52105d521fa9264.tar.bz2 |
Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -2362,17 +2362,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 |