]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 23 Aug 2023 00:18:20 +0000 (02:18 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Aug 2023 21:56:21 +0000 (17:56 -0400)
commit8a4289ad727a1a6b47b5690e7b3c0fde64f3aebf
tree5bf209e17e8b2e26df4121c9dbaebdeffb40e9b7
parent6539f71d1d85895afd60c68d039342447713ee50
drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test

The sandbox_set_enable_memio() should only ever be set during
sandbox testing, not within driver itself, move it back to test/ .

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/mtd/nvmxip/nvmxip-uclass.c
test/dm/nvmxip.c