diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-06-07 13:13:11 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-08-16 15:24:14 +0200 |
commit | 659bb7638d7b5200c0d87b7ca642f8758199e568 (patch) | |
tree | e610bd0dc545b9fcdcb86c1b6523bb1e7ed050ea /target/linux/mpc85xx/p1020 | |
parent | 89b7714cf65e432997ca3c738afbffbd73469956 (diff) | |
download | upstream-659bb7638d7b5200c0d87b7ca642f8758199e568.tar.gz upstream-659bb7638d7b5200c0d87b7ca642f8758199e568.tar.bz2 upstream-659bb7638d7b5200c0d87b7ca642f8758199e568.zip |
mpc85xx: enable NAND support for all subtargets
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>
(cherry picked from commit 6006f73383cc7626552175010de23530bdcc8718)
Diffstat (limited to 'target/linux/mpc85xx/p1020')
-rw-r--r-- | target/linux/mpc85xx/p1020/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk index a25409eebb..000fc64644 100644 --- a/target/linux/mpc85xx/p1020/target.mk +++ b/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. |