Skip to content

Commit

Permalink
mpc85xx: enable NAND support for all subtargets
Browse files Browse the repository at this point in the history
In subtarget p2020, there wasn't enabled nand support, and because of
that there weren't available tools from mtd-utils package, which has
utilities for NAND flash memory even though reference board, which
is the only currently supported device in p2020 subtarget has NAND [1].

All subtargets in mpc85xx has already enabled nand support, let's do it
globally.

[1] https://www.nxp.com/design/qoriq-developer-resources/p2020-reference-design-board:P2020RDB

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
  • Loading branch information
BKPepe authored and chunkeey committed Jun 19, 2022
1 parent 742926e commit 6006f73
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion target/linux/mpc85xx/Makefile
Expand Up @@ -8,7 +8,7 @@ ARCH:=powerpc
BOARD:=mpc85xx
BOARDNAME:=Freescale MPC85xx
CPU_TYPE:=8540
FEATURES:=squashfs ramdisk
FEATURES:=squashfs ramdisk nand
SUBTARGETS:=p1010 p1020 p2020

KERNEL_PATCHVER:=5.10
Expand Down
1 change: 0 additions & 1 deletion target/linux/mpc85xx/p1010/target.mk
@@ -1,5 +1,4 @@
BOARDNAME:=P1010
FEATURES+=nand
KERNELNAME:=simpleImage.tl-wdr4900-v1

define Target/Description
Expand Down
1 change: 0 additions & 1 deletion target/linux/mpc85xx/p1020/target.mk
@@ -1,5 +1,4 @@
BOARDNAME:=P1020
FEATURES+=nand

define Target/Description
Build firmware images for Freescale P1020 based boards.
Expand Down

0 comments on commit 6006f73

Please sign in to comment.