arm-bsp/sgi575: Add RAM filesystem support

Add cpio.gz to IMAGE_FSTYPES for compressed RAM filesystem support

Change-Id: Ia81563976069666f762492e56b1a706a4ee0c173
Signed-off-by: Prabin CA <prabin.ca@arm.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Prabin CA
2020-08-12 19:54:08 +01:00
committed by Ross Burton
parent b0c7888fe0
commit f3f3333901
+2
View File
@@ -25,3 +25,5 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
#grub-efi
EFI_PROVIDER ?= "grub-efi"
MACHINE_FEATURES += "efi"
IMAGE_FSTYPES += "cpio.gz"