Re: [U-Boot] confused ... how do some CONFIG settings "implicitly" set others?

2009-11-20 Thread Robert P. J. Day
On Fri, 20 Nov 2009, Wolfgang Denk wrote: > Dear "Robert P. J. Day", > > In message you wrote: > > > > reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i > > see: > > > > "To enable splash screen support, you have to add a "#define > > CONFIG_SPLASH_SCREEN" to your board configu

Re: [U-Boot] confused ... how do some CONFIG settings "implicitly" set others?

2009-11-20 Thread Wolfgang Denk
Dear "Robert P. J. Day", In message you wrote: > > reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i > see: > > "To enable splash screen support, you have to add a "#define > CONFIG_SPLASH_SCREEN" to your board configuration file. This will also > implicitly enable U-Boot Bit

[U-Boot] confused ... how do some CONFIG settings "implicitly" set others?

2009-11-20 Thread Robert P. J. Day
reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i see: "To enable splash screen support, you have to add a "#define CONFIG_SPLASH_SCREEN" to your board configuration file. This will also implicitly enable U-Boot Bitmap Support." "implicitly"? how does that work? from what