Re: [U-Boot] [PATCH v2 06/18] Remove SPL undefine of CONFIG_OF_CONTROL

2015-06-11 Thread Simon Glass
On 12 May 2015 at 14:55, Simon Glass wrote: > Allow SPL to be built with this option so that we can support device tree > control. Disable the simple bus for now in SPL. It may be needed later. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/core/Makefile | 2 ++ >

[U-Boot] [PATCH v2 06/18] Remove SPL undefine of CONFIG_OF_CONTROL

2015-05-12 Thread Simon Glass
Allow SPL to be built with this option so that we can support device tree control. Disable the simple bus for now in SPL. It may be needed later. Signed-off-by: Simon Glass --- Changes in v2: None drivers/core/Makefile | 2 ++ include/config_uncmd_spl.h | 2 ++ scripts/Makefile.uncmd_spl