projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f617ec0
)
MLK-22580-2: imx8mm-evk: config: add some dependencies and modify
author
Alice Guo
<alice.guo@nxp.com>
Fri, 11 Oct 2019 18:22:51 +0000
(
02:22
+0800)
committer
Ye Li
<ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:33 +0000
(
00:56
-0700)
dependency of CMD_NANDBCB`s default value
compiling nandbcb of imx8mm-evk depends on NAND and CMD_MTDPARTS
modify dependency of CMD_NANDBCB`s default value
Signed-off-by: Alice Guo <alice.guo@nxp.com>
(cherry picked from commit
1b14e8cbefdb0f8126ceb6a85b1fd0db142328e6
)
(cherry picked from commit
31d900682a77b8dc0cd7112d66d898bbe52d5edb
)
configs/imx8mm_ddr4_evk_nand_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx8mm_ddr4_evk_nand_defconfig
b/configs/imx8mm_ddr4_evk_nand_defconfig
index
a23e22a
..
3581202
100644
(file)
--- a/
configs/imx8mm_ddr4_evk_nand_defconfig
+++ b/
configs/imx8mm_ddr4_evk_nand_defconfig
@@
-128,6
+128,9
@@
CONFIG_NAND_BOOT=y
CONFIG_ENV_IS_IN_NAND=y
CONFIG_MTD=y
CONFIG_DM_MTD=y
+CONFIG_CMD_MTDPARTS=y
+CONFIG_MTDIDS_DEFAULT="nand0=gpmi-nand"
+CONFIG_MTDPARTS_SKIP_INVALID=y
CONFIG_NAND=y
CONFIG_NAND_MXS=y
CONFIG_NAND_MXS_DT=y