commit | acb9f785c1a8c5169affb76bd462baee5560a77f | [log] [tgz] |
---|---|---|
author | Soeren Moch <smoch@web.de> | Thu Sep 22 20:29:34 2016 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 04 12:01:14 2016 +0200 |
tree | 39f8d303fdda54e9544deb8329e1fa6ddd93b57b | |
parent | feaada15c95af180cf4aafabefbe77a2c898c3f6 [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>