Re: [PATCH 1/3] common: Makefile: drop duplicated line

2021-01-18 Thread Tom Rini
On Mon, Dec 28, 2020 at 08:13:11PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o is there, > no need obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o > > Signed-off-by: Peng Fan > Reviewed-by: Simon Glass Applied to u-boot/master, thank

Re: [PATCH 1/3] common: Makefile: drop duplicated line

2020-12-28 Thread Simon Glass
On Mon, 28 Dec 2020 at 04:44, Peng Fan (OSS) wrote: > > From: Peng Fan > > obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o is there, > no need obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o > > Signed-off-by: Peng Fan > --- > common/Makefile | 1 - > 1 file changed, 1 deletion(-) Reviewe

[PATCH 1/3] common: Makefile: drop duplicated line

2020-12-28 Thread Peng Fan (OSS)
From: Peng Fan obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o is there, no need obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o Signed-off-by: Peng Fan --- common/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index bcf352d016..daeea67cf2 10