qoriq: fix typo in FEATURES
There is no root-part FEATURE. Reported-by: Karl Palsson <karlp@etactica.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
a5265497a4
commit
dc51342d34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue