Re: [U-Boot] [PATCH] Makefile: remove tx25 exception

2011-10-05 Thread Wolfgang Denk
Dear Stefano Babic, In message <1314629830-32588-1-git-send-email-sba...@denx.de> you wrote: > 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 > CC: Wolfgang Denk > --- > Makefile

Re: [U-Boot] [PATCH] Makefile: remove tx25 exception

2011-08-30 Thread Wolfgang Denk
Dear Stefano Babic, In message <4e5cada8.1030...@denx.de> you wrote: > > In principle you are right, too, but in include/configs/tx25.h: > > /* NAND BOOT is the only boot method */ > #define CONFIG_NAND_U_BOOT Ah, I see. > I do not think we need it, because it is already defined in the config.h

Re: [U-Boot] [PATCH] Makefile: remove tx25 exception

2011-08-30 Thread Stefano Babic
On 08/29/2011 09:59 PM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1314629830-32588-1-git-send-email-sba...@denx.de> you wrote: >> 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. > > In theorey you

Re: [U-Boot] [PATCH] Makefile: remove tx25 exception

2011-08-29 Thread Wolfgang Denk
Dear Stefano Babic, In message <1314629830-32588-1-git-send-email-sba...@denx.de> you wrote: > 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. In theorey you are right, but this patch appears to be wrong: > -tx25_c

[U-Boot] [PATCH] Makefile: remove tx25 exception

2011-08-29 Thread Stefano Babic
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 CC: Wolfgang Denk --- Makefile |4 boards.cfg |1 + 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/Makefile b