]> code.ossystems Code Review - bsp/u-boot.git/commit
embestmx6boards: Use PARTUUID to specify the rootfs location
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 19 Oct 2016 13:30:35 +0000 (11:30 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 26 Mar 2017 18:46:51 +0000 (15:46 -0300)
commit2b94a1cb2817e25c1b2655b9b4c6564f8e5d1b35
tree3d0e7b937938c338775a2c19f0336fa41608b513
parent360d733cf351aa01ae06aea73660899b04238252
embestmx6boards: Use PARTUUID to specify the rootfs location

Currently the rootfs location is passed via mmcblk number and the
problem with this approach is that the mmcblk number for the eMMC
changes depending on the kernel version.

In order to avoid such issue, use UUID method to specify the rootfs
location.

Also add CONFIG_BOOTCOMMAND to run finduuid function and distro_bootcmd.

This change was made based on U-Boot commit:

  - ca4f338e2efece5196eb2178e5f7d07be828da6e

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/embestmx6boards.h