]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
serial: Drop mention of SPL/TPL_SYS_MALLOC_F
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:23 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
These symbols do not (yet) exist, so drop the usage of them in the
serial Kconfig file. It has no effect.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/Kconfig

index 458f6038c79f6f5dd2bed77a1462b2886ed58948..9f0f84c9b426f5a3945370a3b1a8632644d48164 100644 (file)
@@ -160,7 +160,6 @@ config SERIAL_PROBE_ALL
 config SPL_DM_SERIAL
        bool "Enable Driver Model for serial drivers in SPL"
        depends on DM_SERIAL && SPL_DM
-       select SPL_SYS_MALLOC_F
        default y
        help
          Enable driver model for serial in SPL. This replaces
@@ -171,7 +170,6 @@ config SPL_DM_SERIAL
 config TPL_DM_SERIAL
        bool "Enable Driver Model for serial drivers in TPL"
        depends on DM_SERIAL && TPL_DM
-       select SYS_TPL_MALLOC_F
        default y if TPL && DM_SERIAL
        help
          Enable driver model for serial in TPL. This replaces