diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-23 10:35:52 -0300 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-12-02 23:00:02 +0100 |
commit | 11e10bfcecccbdc18d22e6b9c7cadcdc411e180b (patch) | |
tree | 357006c11bcfa89167131f2eb3e11467887e63f9 /configs/rpi_0_w_defconfig | |
parent | 7ace8a0e8d419be3308237f32008e4f4ae21cfbf (diff) | |
download | u-boot-11e10bfcecccbdc18d22e6b9c7cadcdc411e180b.tar.gz u-boot-11e10bfcecccbdc18d22e6b9c7cadcdc411e180b.tar.xz u-boot-11e10bfcecccbdc18d22e6b9c7cadcdc411e180b.zip |
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>
Diffstat (limited to 'configs/rpi_0_w_defconfig')
-rw-r--r-- | configs/rpi_0_w_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig index d5bf01b76e..66b0de31b6 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig @@ -13,6 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_FS_UUID=y CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-zero-w" CONFIG_ENV_FAT_INTERFACE="mmc" |