diff mbox series

[v1,06/13] colibri_vf_defconfig: enable part cmd

Message ID 1592335211-5998-7-git-send-email-igor.opaniuk@gmail.com
State New
Headers show
Series This patch-series includes updates for Toradex modules: | expand

Commit Message

Igor Opaniuk June 16, 2020, 7:20 p.m. UTC
From: Max Krummenacher <max.krummenacher at toradex.com>

This allows to boot from SD/USB with passing the rootfs partition via UUID.

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---

 configs/colibri_vf_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Stefano Babic June 23, 2020, 7:51 a.m. UTC | #1
> From: Max Krummenacher <max.krummenacher at toradex.com>
> This allows to boot from SD/USB with passing the rootfs partition via UUID.
> Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index c494fb4..ed0acbe 100644
--- a/configs/colibri_vf_defconfig
+++ b/configs/colibri_vf_defconfig
@@ -18,8 +18,6 @@  CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_ARCH_MISC_INIT=y
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
-# CONFIG_CMDLINE_EDITING is not set
-# CONFIG_AUTO_COMPLETE is not set
 # CONFIG_SYS_LONGHELP is not set
 CONFIG_SYS_PROMPT="Colibri VFxx # "
 # CONFIG_CMD_BOOTD is not set
@@ -39,6 +37,7 @@  CONFIG_CMD_GPIO=y
 # CONFIG_CMD_LOADB is not set
 # CONFIG_CMD_LOADS is not set
 CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y
 # CONFIG_CMD_SETEXPR is not set