]> git.ipfire.org Git - thirdparty/u-boot.git/commit - configs/rpi_3_defconfig
ARM: rpi_*_defconfig: Add support to find UUID for filesystem
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 Oct 2018 13:35:52 +0000 (10:35 -0300)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 22:00:02 +0000 (23:00 +0100)
commit11e10bfcecccbdc18d22e6b9c7cadcdc411e180b
tree357006c11bcfa89167131f2eb3e11467887e63f9
parent7ace8a0e8d419be3308237f32008e4f4ae21cfbf
ARM: rpi_*_defconfig: Add support to find UUID for filesystem

The most generic way of having a stable boot behavior is to rely on
UUID instead of device names for root partition, so the order of
probing does not cause issues with booting.

This enables the `CMD_FS_UUID` for following defconfig files:

 - rpi_0_w_defconfig
 - rpi_2_defconfig
 - rpi_3_32b_defconfig
 - rpi_3_defconfig
 - rpi_defconfig

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Alexander Graf <agraf@suse.de>
configs/rpi_0_w_defconfig
configs/rpi_2_defconfig
configs/rpi_3_32b_defconfig
configs/rpi_3_defconfig
configs/rpi_defconfig