Re: [U-Boot] [RFC PATCH v2 12/15] main: Use autoconf in main_loop()

2013-02-27 Thread Joe Hershberger
Hi Simon, On Mon, Feb 25, 2013 at 11:50 PM, Simon Glass wrote: > Hi Joe, > > On Sun, Feb 24, 2013 at 1:33 PM, Joe Hershberger > wrote: >> Hi Simon, >> >> On Sun, Feb 24, 2013 at 11:26 AM, Simon Glass wrote: >>> Convert main_loop() over to use autoconf, and add a required prototype >>> to common

Re: [U-Boot] [RFC PATCH v2 12/15] main: Use autoconf in main_loop()

2013-02-25 Thread Simon Glass
Hi Joe, On Sun, Feb 24, 2013 at 1:33 PM, Joe Hershberger wrote: > Hi Simon, > > On Sun, Feb 24, 2013 at 11:26 AM, Simon Glass wrote: >> Convert main_loop() over to use autoconf, and add a required prototype >> to common.h. >> >> The do_mdm_init variable is now always defined, but this seems like

Re: [U-Boot] [RFC PATCH v2 12/15] main: Use autoconf in main_loop()

2013-02-24 Thread Joe Hershberger
Hi Simon, On Sun, Feb 24, 2013 at 11:26 AM, Simon Glass wrote: > Convert main_loop() over to use autoconf, and add a required prototype > to common.h. > > The do_mdm_init variable is now always defined, but this seems like an > acceptable compromise. > > In fdt_support.h the #ifdef used is CONFIG

[U-Boot] [RFC PATCH v2 12/15] main: Use autoconf in main_loop()

2013-02-24 Thread Simon Glass
Convert main_loop() over to use autoconf, and add a required prototype to common.h. The do_mdm_init variable is now always defined, but this seems like an acceptable compromise. In fdt_support.h the #ifdef used is CONFIG_OF_LIBFDT. However, even if this is not defined we want to make the function