]> git.baikalelectronics.ru Git - uboot.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)
commit79b5e5a18ffbb77d5e6b8e0625c753753ebd933b
tree54987f22787b42c55089213bb79a2d281cae0356
parentbac23c3a71eeacd2c2751f9d07ce69b7a1c53eda
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>
drivers/mtd/nvmxip/nvmxip.h [deleted file]
include/nvmxip.h [new file with mode: 0644]
test/dm/nvmxip.c