Re: [U-Boot] [PATCH] board: tbs2910: Add CMD_PART

2016-10-04 Thread Stefano Babic
On 22/09/2016 20:29, Soeren Moch wrote: > 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 env

[U-Boot] [PATCH] board: tbs2910: Add CMD_PART

2016-09-22 Thread Soeren Moch
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 o