There is a 8M NOR and 32M NAND flash on this board. So enable the flash filesystem for convenience.
Signed-off-by: Kevin Hao <[email protected]> --- meta/cfg/kernel-cache/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.scc b/meta/cfg/kernel-cache/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.scc index eaab1426b999..d6a6704512b5 100644 --- a/meta/cfg/kernel-cache/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.scc +++ b/meta/cfg/kernel-cache/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.scc @@ -2,6 +2,7 @@ kconf hardware fsl-mpc8315e-rdb.cfg include cfg/usb-mass-storage.scc include cfg/fs/vfat.scc +include cfg/fs/flash_fs.scc include cfg/dmaengine.scc patch fsl-mpc8315e-rdb-Enable-EEPROM.patch -- 1.9.3 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
