Re: [PATCH 4/5] serial: Remove extraneous SYS_MALLOC_F check

2021-10-02 Thread Tom Rini
On Mon, Sep 13, 2021 at 05:24:54PM -0400, Tom Rini wrote: > We enforce that DM_SERIAL will have SYS_MALLOC_F enabled and so > SYS_MALLOC_F_LEN will have a value. Remove the build-time check. > > Cc: Simon Glass > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc

[PATCH 4/5] serial: Remove extraneous SYS_MALLOC_F check

2021-09-13 Thread Tom Rini
We enforce that DM_SERIAL will have SYS_MALLOC_F enabled and so SYS_MALLOC_F_LEN will have a value. Remove the build-time check. Cc: Simon Glass Signed-off-by: Tom Rini --- drivers/serial/serial-uclass.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/serial/serial-uclass.c b/dr