db845c/BoardConfig.mk: fix the value of androidboot.boot_devices

which should be soc@0/1d84000.ufshc,
as the soc item defined in the dts is "soc: soc@0" like here:
   https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/arch/arm64/boot/dts/qcom/sdm845.dtsi#705
otherwise links like /dev/block/by-name/super won't be created during the boot,
and will get problem like this:

    [    8.807222] init: Loaded kernel module /lib/modules/xhci-plat-hcd.ko
    [    8.814077] init: [libfs_mgr]ReadFstabFromDt(): failed to read fstab from dt
    [    8.821719] init: Using Android DT directory /proc/device-tree/firmware/android/
    [    8.852403] init: realpath failed: /dev/block/by-name/super: No such file or directory
    [    8.860633] init: Failed to mount required partitions early ...
    [    8.867386] init: InitFatalReboot: signal 6

and vts test failures for following test cases:
    VtsKernelLiblpTest#DeviceTest.BlockDeviceInfo
    VtsKernelLiblpTest#DeviceTest.ReadSuperPartitionCurrentSlot
    VtsKernelLiblpTest#DeviceTest.ReadSuperPartitionOtherSlot

Test: checked that /dev/block/by-name/super is there,
      and the failures of VtsKernelLiblpTest#DeviceTest passed

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Change-Id: I33e3a4dbd7c0435d561f694dc3103736382791e0
1 file changed