]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add a default method to get bootflows
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:26 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commite3fd486258bdea359b23f589ed9ef870ecdefd96
tree6aae549dcbc09ceff6dcbef7c88f84853b0e288b
parentdbd010601d8c374a1abb8933c50f2c51d719695c
bootstd: Add a default method to get bootflows

The code in these functions turns out to often be the same. Add a default
get_bootflow() function and allow the drivers to select it by setting
the method to NULL.

This saves a little code space.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
drivers/mmc/mmc_bootdev.c
drivers/usb/host/usb_bootdev.c
include/bootdev.h