arch: mvebu: Disable by default unused peripherals in SPL
authorPali Rohár <pali@kernel.org>
Tue, 24 May 2022 08:58:42 +0000 (10:58 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Jul 2022 08:14:04 +0000 (10:14 +0200)
commit35ed176af24484dbea064266be75aefdc88d79ec
tree2e84fc19f53b8f720ebe503bda03d3937fc2463f
parentdaa8857d53a3db97bdf5e0b3b3de0199a09d8917
arch: mvebu: Disable by default unused peripherals in SPL

SPL on mvebu loads proper U-Boot from custom Marvell kwbimage format and
therefore support for other binary formats is not required to be present in
SPL. Boot source of proper U-Boot is defined by compile time options and
therefore it is not required to enable all possible and unused peripherals
in SPL by default.

This change decrease size of SPL binaries.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
common/spl/Kconfig
disk/Kconfig
drivers/mmc/Kconfig
drivers/usb/Kconfig