[linux-yocto] [PATCH 1/3] mpc8315e-rdb: Enable the CONFIG_MTD_PHYSMAP

Kevin Hao kexin.hao at windriver.com
Wed Mar 6 04:06:05 PST 2019


This is needed by the CONFIG_MTD_PHYSMAP_OF.

Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
---
 bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
index 57ebaabb6583..cb7c40d37c22 100644
--- a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
+++ b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg
@@ -51,6 +51,7 @@ CONFIG_MTD_CFI_AMDSTD=y
 #
 # Mapping drivers for chip access
 #
+CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_PHYSMAP_OF=y
 
 #
-- 
2.14.4



More information about the linux-yocto mailing list