mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
659bb7638d
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 6006f73383
)
8 lines
136 B
Makefile
8 lines
136 B
Makefile
BOARDNAME:=P1010
|
|
KERNELNAME:=simpleImage.tl-wdr4900-v1
|
|
|
|
define Target/Description
|
|
Build firmware images for P1010 based boards.
|
|
endef
|
|
|