commit | 997f84db060974f6a286aea6deb35bfbb0bfc040 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Sep 13 17:24:54 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 01 21:08:19 2021 -0400 |
tree | 8ff78427becb50e6e4b0514f529d35a0c9ece1a0 | |
parent | c7b87bd0f0aae6b47dac0adf187af96d94ba8a58 [diff] |
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>