projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb411e
)
configs: colibri_imx7: use DFU for NAND instead of MMC
author
Stefan Agner
<stefan.agner@toradex.com>
Tue, 8 Jan 2019 11:42:36 +0000
(12:42 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 28 Jan 2019 12:02:08 +0000
(13:02 +0100)
The colibri_imx7_defconfig is for Colibri iMX7 raw NAND devices.
Hence DFU for NAND is more useful then for MMC devices.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
configs/colibri_imx7_defconfig
patch
|
blob
|
history
diff --git
a/configs/colibri_imx7_defconfig
b/configs/colibri_imx7_defconfig
index 77a2f388cfe283c1450eb47fd464d2194aa8888c..b2b906eb6d18b7c134726cba903814e0824612a9 100644
(file)
--- a/
configs/colibri_imx7_defconfig
+++ b/
configs/colibri_imx7_defconfig
@@
-51,7
+51,7
@@
CONFIG_DEFAULT_DEVICE_TREE="imx7-colibri-rawnand"
CONFIG_ENV_IS_IN_NAND=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_FSL_CAAM=y
-CONFIG_DFU_
MMC
=y
+CONFIG_DFU_
NAND
=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y