summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-10-02 10:11:37 -0300
committerStefano Babic <sbabic@denx.de>2017-10-12 17:58:15 +0200
commita0046393dae74364b7a7b7ed5e2af8431a3d680c (patch)
tree60223a87a99cb04f9fe09d4d65ea4ec8f543ba48 /configs/mx6slevk_defconfig
parentb2915ba25e350caa79a13a1cd3513eb82709e1f9 (diff)
mx6slevk: Use PARTUUID to specify the rootfs location
mx6slevk can run different kernel versions, such as NXP 4.1 or mainline. Currently the rootfs location is passed via mmcblk number and the problem with this approach is that the mmcblk number for the SD card changes depending on the kernel version. In order to avoid such issue, use the UUID method to specify the rootfs location. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/mx6slevk_defconfig')
-rw-r--r--configs/mx6slevk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6slevk_defconfig b/configs/mx6slevk_defconfig
index 082f3170f8..16e2ccafde 100644
--- a/configs/mx6slevk_defconfig
+++ b/configs/mx6slevk_defconfig
@@ -12,6 +12,7 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_PART=y
CONFIG_CMD_SF=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set