mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
colibri_pxa270_defconfig: enable cmd_dm
Enable CONFIG_CMD_DM. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
This commit is contained in:
parent
290e6bb958
commit
885b3cdd15
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ CONFIG_SYS_PROMPT="$ "
|
|||
# CONFIG_CMD_ELF is not set
|
||||
# CONFIG_CMD_EXPORTENV is not set
|
||||
# CONFIG_CMD_IMPORTENV is not set
|
||||
CONFIG_CMD_DM=y
|
||||
# CONFIG_CMD_LOADB is not set
|
||||
# CONFIG_CMD_LOADS is not set
|
||||
CONFIG_CMD_MMC=y
|
||||
|
|
Loading…
Add table
Reference in a new issue