]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3399: Remove use of xPL_MISC_DRIVERS options
authorJonas Karlman <jonas@kwiboo.se>
Tue, 30 Apr 2024 15:30:17 +0000 (15:30 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 7 May 2024 07:56:08 +0000 (15:56 +0800)
The TPL and/or SPL control FDT on RK3399 boards does not contain any
node with a compatible that is supported by driver/misc/ drivers.

Remove use of xPL_MISC_DRIVERS options to stop including e.g an unused
efuse driver in TPL and/or SPL.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig

index bfde9bf8dd1634e78ec95c30c84afaf68fe64297..7d6374b735861cd51c6549444ba82ffb2d4701f1 100644 (file)
@@ -251,7 +251,6 @@ config ROCKCHIP_RK3399
        select TPL_NEEDS_SEPARATE_STACK if TPL
        select SPL_SEPARATE_BSS
        select SPL_SERIAL
-       select SPL_DRIVERS_MISC
        select CLK
        select FIT
        select PINCTRL
@@ -283,7 +282,6 @@ config ROCKCHIP_RK3399
        imply SYS_BOOTCOUNT_SINGLEWORD if BOOTCOUNT_LIMIT
        imply TPL_CLK
        imply TPL_DM
-       imply TPL_DRIVERS_MISC
        imply TPL_LIBCOMMON_SUPPORT
        imply TPL_LIBGENERIC_SUPPORT
        imply TPL_OF_CONTROL