readonly: change index for ubi volume to 1
Now in the ccmp1X platform the index for the data partition is hosted in the ubi1 volume instead of the ubi0. Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
7e81e706a1
commit
b2dddb2b4c
|
|
@ -166,5 +166,5 @@ BOOTABLE_ARTIFACTS = " \
|
|||
|
||||
# Default overlayfs_etc mount point and type
|
||||
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
||||
OVERLAYFS_ETC_DEVICE ?= "ubi0:data"
|
||||
OVERLAYFS_ETC_DEVICE ?= "ubi1:data"
|
||||
OVERLAYFS_ETC_FSTYPE ?= "ubifs"
|
||||
|
|
|
|||
|
|
@ -171,5 +171,5 @@ BOOTABLE_ARTIFACTS = " \
|
|||
|
||||
# Default overlayfs_etc mount point and type
|
||||
OVERLAYFS_ETC_MOUNT_POINT ?= "/mnt/data"
|
||||
OVERLAYFS_ETC_DEVICE ?= "ubi0:data"
|
||||
OVERLAYFS_ETC_DEVICE ?= "ubi1:data"
|
||||
OVERLAYFS_ETC_FSTYPE ?= "ubifs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue