spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE
authorTom Rini <trini@konsulko.com>
Fri, 13 May 2022 17:37:30 +0000 (13:37 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:00 +0000 (12:09 -0400)
commitd498c670541a010899b25f9653713a804575606e
treec5b6be5d8928970c83a0c555ad589929d0179a5f
parentaa473e70ac2de96135d14cd6720f4a61c0328d0d
spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE

This is only referenced in non-SPL_DM cases, of which there are
currently none.  Remove this option and slightly re-organize the code is
there is now never an if/else at the start of spl_sata_load_image()

Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/spl_sata.c
include/configs/imx6_spl.h