Re: [U-Boot] [PATCH 0/14] Split out code from the enormous main.c

2014-04-21 Thread Simon Glass
Hi, On 10 April 2014 20:01, Simon Glass wrote: > A previous series created a way of using if () instead of #ifdef for > controlling feature inclusion in U-Boot. The primary target of that series > was common/main.c which is full of #ifdefs. That work was put on hold while > the kbuild work was in

[U-Boot] [PATCH 0/14] Split out code from the enormous main.c

2014-04-10 Thread Simon Glass
A previous series created a way of using if () instead of #ifdef for controlling feature inclusion in U-Boot. The primary target of that series was common/main.c which is full of #ifdefs. That work was put on hold while the kbuild work was in progress. Since kbuild is now complete, it is time to t