]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev
authorTony Dinh <mibodhi@gmail.com>
Wed, 6 Sep 2023 05:22:41 +0000 (22:22 -0700)
committerStefan Roese <sr@denx.de>
Mon, 16 Oct 2023 09:10:42 +0000 (11:10 +0200)
commit19acf771c69c71f8ce566158bad927115934e33a
tree103a9ca866f14e04106464ab26ac44e1ff091849
parentb3f559a147fc1c4a30e596a760735a629a152617
arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

Add hook in sata_mv probe to enable bootstd bootdev.

Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is
not enabled for ahci sata yet.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/ata/sata_mv.c