Makefile: remove tx25 exception
authorStefano Babic <sbabic@denx.de>
Mon, 29 Aug 2011 04:57:10 +0000 (04:57 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 Oct 2011 20:03:09 +0000 (22:03 +0200)
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>
Makefile

index ddcf5332b487418dc95751fe30efc1269c85bda5..5a6eb0bcbb27a13289db56e7d3593dd489b365d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
 #########################################################################