]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: Remove extraneous SYS_MALLOC_F check
authorTom Rini <trini@konsulko.com>
Mon, 13 Sep 2021 21:24:54 +0000 (17:24 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 2 Oct 2021 01:08:19 +0000 (21:08 -0400)
commit561d1d3fbaa6879cd5d27a4674a3ca3daf8b0aa3
tree8ff78427becb50e6e4b0514f529d35a0c9ece1a0
parentd92cb662363186560ecce4841a84da1568aadfe3
serial: Remove extraneous SYS_MALLOC_F check

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 <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/serial/serial-uclass.c