diff options
author | Soeren Moch <smoch@web.de> | 2016-09-22 20:29:34 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-04 12:01:14 +0200 |
commit | 43a1be42ee34ac093460abc20d5959009aacdffe (patch) | |
tree | 39f8d303fdda54e9544deb8329e1fa6ddd93b57b /include/configs/tbs2910.h | |
parent | 9eeab572113b2978d42cbb32886a1e90434bf07c (diff) |
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 <smoch@web.de>
Diffstat (limited to 'include/configs/tbs2910.h')
-rw-r--r-- | include/configs/tbs2910.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index facd9cf0df9..d8773362a95 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 |