diff options
author | Adam Ford <aford173@gmail.com> | 2019-03-03 16:22:45 -0600 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-03-31 20:00:57 +0200 |
commit | b7de88cd5cb8c213fb158b37fcf0662c1d2332cd (patch) | |
tree | 5e9d11c3c004a693edb03ab9047d5e0d524f77fa /configs/imx6q_logic_defconfig | |
parent | 9b8d9ec41a6f161d53d32bf71f79332236b44ba1 (diff) |
ARM: imx6q_logic: Enable UUID support
With UUID support, the root can now point to UUID. This makes
swiching between mmc 0 and mmc 1 easier by simplying changing
mmcdev between 0 and 1. From there, the scripts handle the rest.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r-- | configs/imx6q_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig index 8a875a8716..385efcec4e 100644 --- a/configs/imx6q_logic_defconfig +++ b/configs/imx6q_logic_defconfig @@ -46,6 +46,7 @@ CONFIG_CMD_USB_SDP=y CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_CACHE=y # CONFIG_CMD_LED is not set +CONFIG_CMD_UUID=y CONFIG_CMD_PMIC=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_MTDPARTS=y |