]> git.dujemihanovic.xyz Git - u-boot.git/commit
mvebu: uDPU: update defconfig
authorRobert Marko <robert.marko@sartura.hr>
Thu, 24 Mar 2022 09:57:39 +0000 (10:57 +0100)
committerStefan Roese <sr@denx.de>
Thu, 21 Apr 2022 10:31:36 +0000 (12:31 +0200)
commit7001ea3ec408cbc801fc21054927ca1f4840ff79
treed6c62ee1277345a55835dbc5873c2cb810d03819
parent9e778c7ffc3184bd538f2ff73d395df608d907e5
mvebu: uDPU: update defconfig

Update the current uDPU defconfig with following changes:
* Disable CONFIG_SPI_BOOT, its not needed for booting and the device boots
from eMMC anyway.
* Disable CONFIG_SYS_CONSOLE_INFO_QUIET, there is no need to diverge from
other boards by not priting the console device
* Enable CONFIG_CMD_MTD in order to allow use of the MTD tool
* Disable CONFIG_CMD_MTDPARTS, with MTD now being able to parse partitions
from DTS there is no need for it, the default MTDPARTS were incorrect
anyway
* Enable CONFIG_MMC_HS200_SUPPORT, the eMMC used support both HS200 and
HS400 modes, so enable at least HS200 because Xenon driver does not
support HS400 currently
* Replace CONFIG_SPI_FLASH_BAR with CONFIG_SPI_FLASH_SFDP_SUPPORT
Utilize SFDP parsing instead of relying on the extended address registers

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/uDPU_defconfig