]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd954f8f18f36adf170172f59a3815b3bc4d51fc4
tree2e84fc19f53b8f720ebe503bda03d3937fc2463f
parent0256787066051ca7d7a64ca3cf283c48d973afce
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