diff options
author | Stefano Babic <sbabic@denx.de> | 2011-08-30 00:52:42 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 22:03:09 +0200 |
commit | 646ad9e705822d47638b0d5d55631f3e6858ba73 (patch) | |
tree | d2fa2474f8e039977e04d0a7a664ec42919b9c06 /Makefile | |
parent | 34f4f042f724b44940a34a169d303ad689de88eb (diff) | |
download | u-boot-646ad9e705822d47638b0d5d55631f3e6858ba73.zip u-boot-646ad9e705822d47638b0d5d55631f3e6858ba73.tar.gz u-boot-646ad9e705822d47638b0d5d55631f3e6858ba73.tar.bz2 |
Makefile: drop imx31_phycore from general Makefile
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -888,14 +888,6 @@ apollon_config : unconfig @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk @$(MKCONFIG) $@ arm arm1136 apollon - omap24xx -imx31_phycore_eet_config \ -imx31_phycore_config : unconfig - @mkdir -p $(obj)include - @if [ -n "$(findstring _eet_,$@)" ]; then \ - echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \ - fi - @$(MKCONFIG) -n $@ -a imx31_phycore arm arm1136 imx31_phycore - mx31 - mx31pdk_config \ mx31pdk_nand_config : unconfig @mkdir -p $(obj)include |