]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) options
authorPali Rohár <pali@kernel.org>
Tue, 10 Jan 2023 22:13:01 +0000 (23:13 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:18 +0000 (06:39 +0100)
commit41d52f3bd07a854b4b59c45343ab797912a21940
treee5c2dd16c585699d82fc5b0a6e3372ad9ddf52ae
parent50afad55733a967accf83b2eb662e83e5c6fb107
arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) options

MVEBU_SPL_BOOT_DEVICE_SPI is for NOR flash. Either serial or parallel. Not
for general serial/SPI devices. The correct name should be BOOT_DEVICE_NOR
but name SPI is already used in mkimage config format which we do not want
to change for compatibility reasons.

MVEBU_SPL_BOOT_DEVICE_MMC is for MMC and SD compatible devices. Not for
SDIO devices. In most cases used for eMMC or SD card.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/arm/mach-mvebu/Kconfig