From: Soeren Moch Date: Thu, 22 Sep 2016 18:29:34 +0000 (+0200) Subject: board: tbs2910: Add CMD_PART X-Git-Tag: v2016.11-rc2~19^2~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=43a1be42ee34ac093460abc20d5959009aacdffe;p=u-boot board: tbs2910: Add CMD_PART There is no stable mmcblk device numbering over different linux versions. Enable CMD_PART to be able to query the UUID of the root filesystem partition. So we can pass root=PARTUUID=XXX instead of root=/dev/mmcblkXpY in bootargs. Leave the default environment as is for now to stay compatible with original TBS settings. Signed-off-by: Soeren Moch --- diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index facd9cf0df..d8773362a9 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -56,9 +56,11 @@ /* *** Command definition *** */ #define CONFIG_CMD_BMODE +#define CONFIG_CMD_PART /* Filesystems / image support */ #define CONFIG_EFI_PARTITION +#define CONFIG_PARTITION_UUIDS /* MMC */ #define CONFIG_SYS_FSL_USDHC_NUM 3