]> git.baikalelectronics.ru Git - uboot.git/commit
colibri_vf: fix sdboot for vybrid modules
authorGerard Salvatella <gerard.salvatella@toradex.com>
Mon, 25 Mar 2019 16:25:12 +0000 (17:25 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:09 +0000 (20:30 +0200)
commit6d9a41c4ce293bcb0e88eb9205046cb729883c14
treef4ab0f7a27107e52efedfe032fea6304ae45d3b9
parentfecea834ed7efe4acd5ac9f66e4914e01305b322
colibri_vf: fix sdboot for vybrid modules

Currently, Vybrid's sdboot variable tries to load the kernel from /boot
of the root partition (typically second partition when using the sdcard
image). However, since we moved to flash the kernel in a separate UBI
volume, we no longer deploy the kernel/device tree to /boot, hence
sdboot does not work in its current state.

Load the kernel and device tree from the first (typically FAT) partition
as customary on all Toradex modules.

While at it also change from rw to ro as e.g. systemd will re-mount the
root file system rw anyway after checking it.

Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
include/configs/colibri_vf.h