diff options
author | Stefano Babic <sbabic@denx.de> | 2011-08-29 04:57:10 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 22:03:09 +0200 |
commit | 34f4f042f724b44940a34a169d303ad689de88eb (patch) | |
tree | ddba9c1dbe05d4b17363ff74fdc64458fbb2738e /Makefile | |
parent | 6e9670317246f01e7313a1b1429cdec372ed1c5c (diff) | |
download | u-boot-34f4f042f724b44940a34a169d303ad689de88eb.tar.gz |
Makefile: remove tx25 exception
An entry in the main Makefile for the tx25 board is not
necessary, and the board is added to boards.cfg as all
other targets.
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -866,10 +866,6 @@ SX1_config: unconfig fi; @$(MKCONFIG) -n $@ SX1 arm arm925t sx1 -tx25_config : unconfig - @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk - @$(MKCONFIG) $@ arm arm926ejs tx25 karo mx25 - ######################################################################### ## XScale Systems ######################################################################### |