]> git.dujemihanovic.xyz Git - u-boot.git/commit
nvmxip: move header to include
authorRui Miguel Silva <rui.silva@linaro.org>
Mon, 12 Jun 2023 08:09:16 +0000 (09:09 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 19 Jun 2023 18:34:16 +0000 (14:34 -0400)
commitdc3abd8006c5fe715449302f9aaf79db190454fc
tree54987f22787b42c55089213bb79a2d281cae0356
parent2974e2cd287003a21d73b04ea6d11ede423db464
nvmxip: move header to include

Move header to include to allow external code
to get the internal bdev structures to access
block device operations.

as at it, just add the UCLASS_NVMXIP string
so we get the correct output in partitions
listing.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
include/nvmxip.h [moved from drivers/mtd/nvmxip/nvmxip.h with 100% similarity]
test/dm/nvmxip.c