Re: [U-Boot] [PATCH v3 2/7] dfu: Make DFU support more SPL friendly

2019-01-22 Thread Lukasz Majewski
On Thu, 17 Jan 2019 13:43:03 -0600 "Andrew F. Davis" wrote: > Do this by using $(SPL_) in Makefiles and CONFIG_IS_ENABLED in C code. > This ensures the files and features are only built into the right > build for which they are enabled. Using the macros to simplify this > patch was made possible

[U-Boot] [PATCH v3 2/7] dfu: Make DFU support more SPL friendly

2019-01-17 Thread Andrew F. Davis
Do this by using $(SPL_) in Makefiles and CONFIG_IS_ENABLED in C code. This ensures the files and features are only built into the right build for which they are enabled. Using the macros to simplify this patch was made possible by the config symbol rename done in the last patch. Signed-off-by: An