summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-06-17 21:06:16 +0200
committerWolfgang Denk <wd@denx.de>2010-06-17 21:06:16 +0200
commit399b09331f313d57b16b583f453387231d217f15 (patch)
tree240defa6bd80bdcd4ba89c9ba8f27093939d54b0 /Makefile
parenta9046b9e1aeeedc66ddf1d00474ad0ce8c6aa6e4 (diff)
parent376e7fadbad3285231e390c6534feb5af86d594b (diff)
downloadblackbird-obmc-uboot-399b09331f313d57b16b583f453387231d217f15.tar.gz
blackbird-obmc-uboot-399b09331f313d57b16b583f453387231d217f15.zip
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b1473344d..4d2d4659e4 100644
--- a/Makefile
+++ b/Makefile
@@ -2873,6 +2873,10 @@ otc570_config : unconfig
pm9263_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs pm9263 ronetix at91
+pm9g45_config : unconfig
+ @mkdir -p $(obj)include
+ @$(MKCONFIG) -a pm9g45 arm arm926ejs pm9g45 ronetix at91
+
SBC35_A9G20_NANDFLASH_config \
SBC35_A9G20_EEPROM_config \
SBC35_A9G20_config : unconfig
@@ -3155,6 +3159,9 @@ SMN42_config : unconfig
## ARM CORTEX Systems
#########################################################################
+am3517_evm_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 am3517evm logicpd omap3
+
devkit8000_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 devkit8000 timll omap3
@@ -3179,6 +3186,9 @@ omap3_zoom1_config : unconfig
omap3_zoom2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3
+s5p_goni_config: unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 goni samsung s5pc1xx
+
smdkc100_config: unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 smdkc100 samsung s5pc1xx
@@ -3324,6 +3334,9 @@ smdk6400_config : unconfig
fi
@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
+tnetv107x_evm_config: unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1176 tnetv107xevm ti tnetv107x
+
#========================================================================
# i386
#========================================================================
OpenPOWER on IntegriCloud