commit | 43a1be42ee34ac093460abc20d5959009aacdffe | [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 | 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>