Re: [U-Boot] [RFC PATCH 07/22] arm: Refactor bootm to reduce #ifdefs

2013-01-11 Thread Simon Glass
Hi Marek, On Fri, Jan 11, 2013 at 3:10 AM, Marek Vasut wrote: > Dear Simon Glass, > >> With fewer #ifdefs the code is more readable and more of the code is >> compiled for all boards. Add defines in the header file to control >> what features are enabled, and then use if() instead of #ifdef. >> >

Re: [U-Boot] [RFC PATCH 07/22] arm: Refactor bootm to reduce #ifdefs

2013-01-11 Thread Marek Vasut
Dear Simon Glass, > With fewer #ifdefs the code is more readable and more of the code is > compiled for all boards. Add defines in the header file to control > what features are enabled, and then use if() instead of #ifdef. > > Signed-off-by: Simon Glass Did you try building it with ELDK 4.2 an