Searched hist:"2 d59ec84829ff339041667c857afe94d5160f4b4" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/dfu/ |
H A D | Makefile | diff 2d59ec84829ff339041667c857afe94d5160f4b4 Thu Jan 17 13:43:03 CST 2019 Andrew F. Davis <afd@ti.com> dfu: Make DFU support more SPL friendly
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: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Lukasz Majewski <lukma@denx.de>
|
/openbmc/u-boot/include/ |
H A D | dfu.h | diff 2d59ec84829ff339041667c857afe94d5160f4b4 Thu Jan 17 13:43:03 CST 2019 Andrew F. Davis <afd@ti.com> dfu: Make DFU support more SPL friendly
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: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Lukasz Majewski <lukma@denx.de>
|
/openbmc/u-boot/drivers/ |
H A D | Makefile | diff 2d59ec84829ff339041667c857afe94d5160f4b4 Thu Jan 17 13:43:03 CST 2019 Andrew F. Davis <afd@ti.com> dfu: Make DFU support more SPL friendly
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: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Lukasz Majewski <lukma@denx.de>
|