Skip to content
Commit 9818a925 authored by Valentin Schneider's avatar Valentin Schneider Committed by Dietmar Eggemann
Browse files

arm64: defconfig: Update UFSHCD for Hi3660 soc



Commit 7ee7ef24 ("scsi: arm64: defconfig: enable configs for
Hisilicon ufs") enabled the Hisilicon UFS, which means that we can
flash a rootfs to the on-board flash. However, as it stands, the
kernel gets stuck on:

[    3.360733] Waiting for root device /dev/sdd10...

That seems to be because even though we have SCSI_UFS_HISI=y,
SCSI_UFSHCD and SCSI_UFSHCD_PLATFORM are set to 'm', which means the
required drivers won't be built-in.

We need those to load the rootfs and then load the modules, so set
them as built-ins.

Signed-off-by: default avatarValentin Schneider <valentin.schneider@arm.com>
parent d0067fba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment