From 5725b773b463bbaca4be128a2b14ea7f6634b97a Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 5 Oct 2022 14:05:55 +0300 Subject: qoriq: fix typo in FEATURES There is no root-part FEATURE. Reported-by: Karl Palsson Signed-off-by: Stijn Tintel (cherry picked from commit dc51342d34c267d6dc8c69d72979cab394f49d4b) --- target/linux/qoriq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 2dc08afd8c..660d9d85a6 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -8,7 +8,7 @@ ARCH:=powerpc64 BOARD:=qoriq BOARDNAME:=NXP QorIQ (PowerPC) CPU_TYPE:=e5500 -FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk root-part rtc source-only +FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc source-only SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 -- cgit v1.2.3