[U-Boot] [PATCH 0/3] Boot from the bootable paritions
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Thu Feb 19 21:53:38 CET 2015
In the discussion after the submission of the "Let the distro boot command scan
all partitions" patchset it became clear the general consensus was that
u-boot should not simply scan all partitions but instead only partitions with
the bootable flag set, falling back to parition 1 as was previously done.
This set of patches implements that
Sjoerd Simons (3):
part: Add support for list filtering on bootable partitions
config_cmd_default.h: Add 'env exists' command
config_distro_bootcmd.h: Prefer booting from bootable paritions
common/cmd_part.c | 48 ++++++++++++++++++++++++++++++-----------
include/config_cmd_default.h | 1 +
include/config_distro_bootcmd.h | 3 ++-
3 files changed, 39 insertions(+), 13 deletions(-)
--
2.1.4
More information about the U-Boot
mailing list