From dc51342d34c267d6dc8c69d72979cab394f49d4b Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 5 Oct 2022 14:05:55 +0300 Subject: [PATCH] qoriq: fix typo in FEATURES There is no root-part FEATURE. Reported-by: Karl Palsson Signed-off-by: Stijn Tintel --- target/linux/qoriq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index d6a84634e2..a92186fd6e 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 -- 2.30.2